/* CSS Document */
body,td,input,textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000;
	}
body {
	background:#002262;
	margin:0 0 15px 0;
	}
a:link, a:visited, a:active {
	color:#003300;
	text-decoration:underline;
	
	}
a:hover {
	color:#003300;
	text-decoration:none;
	}
h1 {font-size:15px}
h2 {font-size:13px}
h3 {font-size:11px}

input,textarea {
	line-height:normal;
}

.error {	color:#990000;font-weight:bold;font-size:14px;}

/**** BREADCRUMBS ****/	
.white 						{color:#FFFFFF; font-size:12px;}
.white a:link			{color:#FFFFFF; text-decoration:none;}
.white a:visited	{color:#FFFFFF;	text-decoration:none;}
.white a:active		{color:#FFFFFF;	text-decoration:none;}
.white a:hover 		{color:#FFFFFF;	text-decoration:underline;}
	
/**** COLUMN HEADING ****/
.column_heading {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:15px;
	padding:5px 10px 5px 10px;
	background-color:#f7941e;
	}


.right_column a:link,
.right_column a:visited,
.right_column a:active,
.right_column a:hover {
	font-weight:bold;
}


/**** NAVIGATION ****/
.navigation {
	font-size:13px;
	font-weight:bold;
	line-height:26px;
	}
.navigation a:link		{color:#1b1866;	text-decoration:none;}
.navigation a:visited	{color:#1b1866;	text-decoration:none;}
.navigation a:active	{color:#1b1866;	text-decoration:none;}
.navigation a:hover 	{color:#1b1866;	text-decoration:underline;}


.heading {
	font-size:14px;
	font-weight:bold;
	color:#2d2977;
}

.table_heading {
	background:#2d2977;
	font-weight:bold;
	color:#fff;
	text-align:center;
	border:1px solid #fff;
}

.table_row_1 {
	background:#dcdcdc;
	text-align:center;
}

.table_row_2 {
	background:#fff;
	text-align:center;
}

/**** FOOTER ****/
.footer {
	line-height:18px;
	}
.footer a:link		{color:#1b1866;	text-decoration:none;}
.footer a:visited	{color:#1b1866;	text-decoration:none;}
.footer a:active	{color:#1b1866;	text-decoration:none;}
.footer a:hover 	{color:#1b1866;	text-decoration:underline;}

