BODY {

	background-color: lightgrey;
	margin: 0px;

}

TD {

	font-family: Verdana;
	font-size: 11px;

}

A {

	color: #1C95D7;


}

A.main_menu_links {

	color: white;
	text-decoration: none;

}

A:hover.main_menu_links {

	color: #134F8C;
	text-decoration: none;

}

a.main_secondary_link {

	color: #666666;
	text-decoration: none;

}

a:hover.main_secondary_link {

	color: black;
	text-decoration: none;

}

.body {

	background-color: lightgrey;

}

.main_logo {

	color: white;
	font-weight: bold;
	background-image: url('../images/layout/logo_bottom.gif');
	padding: 0 10 0 10;
	background-repeat: no-repeat;

}

.main_menu_text {

	color: white;
	font-weight: bold;
	padding: 0 10 0 10;

}

.main_menu_over {

	/*background-image: url('../images/layout/menu_background_grey.gif');*/

}

.main_menu_bg {

	background: #176EAD url('../images/layout/menu_background.gif') repeat-x;
	color: white;
	font-weight: bold;

}

.main_menu_border {

	border: 2px solid #1C95D7;

}

.main_table {

	background-color: white;

}

.main_secondary_links {

	font-weight: bold;
	padding: 0 10 5 5;
	color: #666666;

}

.main_menu_td {

	background-color: lightgrey;
	background-image: url('../images/layout/menu_background_grey.gif');

}

.main_content_padding {

	padding: 18 18 18 9;

}

.main_page_title {

	color: #1C95D7;
	font-weight: bold;
	font-size: 18px;

}

.main_page_dark_title {

	color: #134F8C;
	font-weight: bold;
	font-size: 18px;

}

.main_small {

	font-size: 10px;
	padding: 0 5 4 5;
	text-align: right;

}

.main_small_left {

	font-size: 10px;
	padding: 0 5 4 5;

}

A.main_small_link {

	color: black;

}

.main_small_bg {

	background-color: #197DBE;

}

.main_subsection {

	font-weight: bold;


}

.main_subsection A {

	text-decoration: none;

}

.main_subsection_over {

	font-weight: bold;
	background-color: #134F8C;
	color: white;
	text-decoration: none;
	cursor: hand;

}

.main_subsection_over A {

	color: white;
	text-decoration: none;

}

.dark_line {

	background-color: #134F8C;

}

.no_padding {

	padding: 0 0 0 0;

}

.input_button {

	font-family: Verdana;
	font-size: 11px;
	letter-spacing: 1;
	background-color: #197DBE;
	color: #FFFFFF;
	background-image: url(../images/layout/menu_background.gif);
	border: 2px none #197DBE;
	height: 22px;

}

.input_button_disabled {

	font-family: Verdana;
	font-size: 11px;
	letter-spacing: 1;
	background-color: #197DBE;
	color: #FFFFFF;
	background-image: url(../images/layout/menu_background_grey.gif);
	border: 2px none #197DBE;
	height: 22px;

}

.input_text {

	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	height: 18px;
	border: 1px solid #197DBE;

}