/* CSS Document */
body{
	font-family: "Times New Roman";
	font-size: 12px;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 48px;
	margin-bottom: 0px;
	margin-left: 48px;
}
.main_table{
	background-color: #252525;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2e2e2e;
	border-left-color: #2e2e2e;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: 25px 0px;
}
.bottom{
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding-left: 25px;
}
.menu_cap{
	font-size: 18px;
	color: #6ba6ff;
	text-decoration: none;
	font-family: "Times New Roman";
	padding-left: 35px;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
}
.submenu_cap{
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman";
	padding-left: 20px;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
}
.txt_c{
	font-size: 20px;
padding-top: 20px;
	color: #6ba6ff;
	text-decoration: none;
	font-family: "Times New Roman";
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
}
.quote{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
}
.text{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: justify;
	text-indent: 10px;
	padding: 20px;
}
.submenu_cap a{
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman";
	padding-left: 0px;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
}
.submenu_cap a:hover{
	font-size: 16px;
	color: #CCFFFF;
	text-decoration: none;
	font-family: "Times New Roman";
	padding-left: 0px;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
}
.menu_cap a{
	font-size: 18px;
	color: #6ba6ff;
	text-decoration: none;
	padding-left: 35px;
	font-family: "Times New Roman";
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
}
.menu_cap a:hover{
	font-size: 18px;
	color: #4bc3ff;
	text-decoration: none;
	padding-left: 35px;
	font-family: "Times New Roman";
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
}
hr{
	background-image: url(images/hr.gif);
	background-repeat: repeat-x;
	height: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img{
	padding:10px;
	filter: DropShadow(Color=#222222, OffX=5, OffY=5, Positive=1);
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	}