@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Georgia,Verdana,Times,sans-serif;
}

A:visited			{text-decoration:underline;color:#091C5B}
A:hover				{text-decoration:none;color:#FFF}
A:link          	{text-decoration:underline;color:#091C5B}
A:active       		{text-decoration:none;color:#091C5B}
A.footer:visited	{text-decoration:underline;color:#091C5B}
A.footer:hover		{text-decoration:none;color:#FFF}
A.footer:link       {text-decoration:underline;color:#091C5B}
A.footer:active     {text-decoration:none;color:#091C5B}
BODY				{margin:50 0 0 0;body-color:#000008;}
H1              	{font-size:14pt;color:#FFF}
H2              	{color:#000}
H3              	{color:#000}
H4              	{color:#000}
.title          	{font-size:14pt;color:#000;font-weight:bold}
.white_title        {
	font-size:18pt;
	color:#FFF;
	font-weight:bold;
	line-height: 140%;
}
.black_title        {
	font-size:18pt;
	color:#000;
	font-weight:bold;
	line-height: 140%;
}
.title2          	{font-size:12pt;color:#000;font-weight:bold}
.subtitle			{font-size:11pt;color:#000;font-weight:bold;}
.header          	{font-size:17pt;color:#076324;font-weight:bold}
.text           	{font-size:10pt;color:#000;}
.tag	           	{font-size:12pt;font-weight:bold;color:#091C5B}
.small           	{font-size:8pt;color:#000;}
.smallbold         	{font-size:8pt;color:#000;font-weight:bold}
.footer				{font-size:8pt;color:#091C5B}
.bold           	{font-size:10pt;font-weight:bold;color:#000}
.boldblue          	{font-size:10pt;font-weight:bold;color:#2373BA}
.white          	{font-size:10pt;color:#FFF;font-weight:bold;}
.white_notbold      {font-size:10pt;color:#FFF;}
.green          	{font-size:10pt;font-weight:bold;color:#076324}
.boldgreen         	{font-size:10pt;font-weight:bold;color:#076324}
.copy           	{font-size:8pt}
.nav            	{color:#2C4668;font-size:10pt}
.boldunderline 		{font-size:10pt;font-weight:bold;text-decoration:underline;color:#000}
.italic 			{font-size:10pt;font-style:italic;color:#000}
.italic8 			{font-size:8pt;font-style:italic;color:#000}
.italicgreen		{font-size:10pt;font-style:italic;color:#076324}
.textsmall 			{font-size:8pt;color:#000;font-weight:bold}
.italic-small 		{font-size:8pt;font-style:italic;color:#000}
li					{list-style-position:outside}
ul					{margin-left:1em;padding-left:1em}
.left				{float:left;}
.right				{float:right;}
.tdbody				{background-color:#000;font-size:10pt;color:#000;}
.bolditalic 		{font-size:10pt;font-style:italic;font-weight:bold;}
.boldwhite 			{font-size:12pt;font-weight:bold;color:#000;}
.italicwhite 		{font-size:10pt;font-style:italic;color:#000;}
.textwhite 			{font-size:10pt;color:#000;font-weight:bold}
.boldlarge 			{font-size:12pt;font-weight:bold;color:#076324;}
.WEEK				{font-size:8pt;color:#000}
.monthView			{width:100%;background-color:#A7A5A2;border-style:solid;border-width:1px;}
.monthName			{text-align:center;font-family:arial;font-size:12pt;font-weight:bold;color:#FF9900;border-style:solid;border-color:black;border-left-width:1px;border-right-width:1px;border-top-width:1px;border-bottom-width:1px;}
.weekDayNameTD		{text-align:center;font-family:arial;font-size:10pt;color:#808000;border-style:solid;border-color:black;border-width:1px;width:14.28%;}
.weekDay			{color:#000;height:100px;border-style:solid;border-color:black;border-width:0px;font-family:arial;font-size:9pt;}
.weekDaySel			{color:#076324;height:100px;cursor:pointer;border-style:solid;border-color:black;border-width:0px;font-family:arial;font-size:9pt;}
.week				{text-align:left;vertical-align:top;border-style:solid;border-color:black;border-width:1px;}
.underline 			{font-size:10pt;color:#003812;text-decoration:underline;}
.boldblack 			{font-size:10pt;font-weight:bold;color:#000;}

input.form			{font-size:9pt;background-color:#d1d9f1;border-style:groove;}
input.form:hover	{background:#e9edf8;border-style:groove;} 
input.text			{font-size:9pt;color:#000}
select.form			{background:#d1d9f1;font-size:9pt;}
select.form:hover	{background:#e9edf8;color:#333333;}

.textInput,textarea {background-color:#d1d9f1;border-style:groove}
input.textarea:hover{background:#e9edf8;border-style:groove;} 
input.textarea.text	{font-size:9pt;font-family:Georgia,Verdana,Times,sans-serif;}
select.textarea		{background:#d1d9f1;font-size:9pt; height: 25px;border: 1px solid #666666;margin-left: 0px;}
select.textarea:hover {background-color:#e9edf8;}

