@charset "UTF-8";


/* RESET */
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
			
		}
		body {
			line-height: 1;
			color: black;
		}
		/* END RESET */





body {
	font: normal 90% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: #686868;
}
h1 {
	font: normal 130% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #669900;
	}
	
h2 {
	font: normal 120% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
	
	h3 {
	font: normal 105% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}

a:link, a:visited {
	color: #333333;
}

a:hover, a:active {
	color: #6F6B66;
}



/* FOOTER */


/* MISC RULES */

.clear {
	clear: both;
}

.alighL {
	text-align: left;
}

.alignR {
	text-align: right;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.footer {font: normal 80% Georgia, "Times New Roman", Times, serif;
color: #000000;
}

.bold {font-weight: bold;
}
.box {
	background-color: #D1EE9A;
	padding: 6px;
	width: 180px;
}

.button_inside {
	background-image: url(images/octbutltblu_140.gif);
	margin: 0px;
	padding: 6px 2px 2px 2px;
	width: 140px;
	height: 40px;
	font: bold 90% Arial, Verdana, Helvetica, san-serif;
color: #ffffff;
text-align:center;
background-repeat: no-repeat;
}

.button_inside a {
	font: 110% Arial, Verdana, Helvetica, san-serif;
color: #ffffff;
text-decoration: none;
vertical-align: middle;
	line-height: 95%;

}
.button_inside2 {
	background-image: url(images/octbutltblu_140.gif);
	margin: 0px;
	padding: 12px 2px 2px 2px;
	width: 140px;
	height: 40px;
	font: bold 90% Arial, Verdana, Helvetica, san-serif;
color: #ffffff;
text-align:center;
background-repeat: no-repeat;
}

.button_inside2 a {
	font: 110% Arial, Verdana, Helvetica, san-serif;
color: #ffffff;
text-decoration: none;
vertical-align: middle;
	line-height: 95%;

}
.button {
	background-image: url(images/octbutltblu.gif);
	padding: 16px 6px 6px 6px;
	width: 180px;
	height: 51px;
	font: bold 90% Arial, Verdana, Helvetica, san-serif;
color: #ffffff;
text-align:center;
background-repeat: no-repeat;
}

.button a {
	font: 110% Arial, Verdana, Helvetica, san-serif;
color: #ffffff;
text-decoration: none;

}

.button a:active, .button a:hover {
	font: 110% Arial, Verdana, Helvetica, san-serif;
color: #000000;
text-decoration: none;

}

.button2 {
	background-image: url(images/octbutltblu.gif);
	padding: 6px 6px 6px 6px;
	width: 180px;
	height: 51px;
	font: bold 90% Arial, Verdana, Helvetica, san-serif;
	color: #ffffff;
	text-align:center;
	background-repeat: no-repeat;
}

.button2 a {
	font: 110% Arial, Verdana, Helvetica, san-serif;
color: #ffffff;
text-decoration: none;

}

.button2 a:active, .button2 a:hover {
	font: 110% Arial, Verdana, Helvetica, san-serif;
color: #000000;
text-decoration: none;

}

.italics {
font-style:italic;
}
.small {
font-size:85%;
}

