BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

div {
	margin-top: 0px;
	margin-right: 0px;
	font-size: 14px;
}

table {font-size: 14px;}

DIV.menu_title {
	font-weight: bold;
	font-size: 14px;
	color: black;
	background-color: #FBFCB2;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
}

DIV.menu_left {
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: #92BAFD;
	border: 1px solid #000099;
	width: 204px;
	margin: 4px 4px 4px 4px;
	padding: 4px 4px 4px 4px;	
	height: 20px;
	vertical-align: middle;
	text-align: center;
}

DIV.menu_right {
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: #92BAFD;
	border: 1px solid #000099;
	width: 204px;
	//margin: 4px 4px 4px 4px;
//	padding: 4px 4px 4px 4px;	
	height: 20px;
	vertical-align: middle;
	text-align: center;
	
	
}

DIV.menu_left2 {
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: #FBFCB2;
	border: 1px solid #000099;
	width: 100%;
	margin: 4px 4px 8px 4px;
	height: 24px;
	vertical-align: middle;
	text-align: center;
}

div.menu {
	font-size: 14px;
	margin-bottom: 16px;
	color: #4169E1;
}

div.desc {
	font-size: 12px;
	//margin-left: 12px;
//	margin-bottom: 12px;
//	margin-right: 34px;
//	margin-top: 12px;
//	width: 100%;
}


a.menu {
	color: Black;
	text-decoration: none;
	font-size: 13px;
}
a.menu:hover {
	color: Black;
	text-decoration: underline;
}

H1 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;	
}

H1.h1_title {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 14px;
}

H2 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;	
}

TD.td_head {
	font-size: 13px;
	border-bottom: 1px solid #4169E1;
}
TD.td_head_line {
	font-size: 13px;
	border-bottom: 1px solid #4169E1;
	background-image: url(img/line_top.gif);
	background-position: left;
	background-repeat: repeat-y;
}

TD.td_body {
	font-size: 13px;
	//border-left: 1px solid #4169E1;
//	border-right: 1px solid #4169E1;
	height: 500px;
	
}

TD.td_menu { border-left: #4169E1 1px solid; border-right:  1px solid #4169E1;
}

TD.td_menu_right { border-left: #4169E1 1px solid; border-right:  1px solid #4169E1; padding-left: 10px; padding-right: 10px;
 }

TD.tr_line {
	border-top: 1px dashed Blue;
}

TR.tr_line {
	border-bottom: 1px dashed #003100;
}

ul {
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-image: url(img/right_text.gif);
	vertical-align: middle;
}
ul.ul_menu {
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-image: url(img/right.gif);
	vertical-align: middle;
	margin-left: 16px;
}

img.bg {
	border: 1px solid #595959;
}
