/* CSS Document */
body {
	font-size: 11px;
	margin: 0px;
	background-color: #11568C;
}
p, h1, h2, h3, h4, h5, h6, table, td, th, ul, ol, textarea, input
{
	font-family: Arial, Helvetica, sans-serif;
}
p, input, textarea
{
	font-size: 11px;
	color: 11568C;
}

h1 {
	font-size:22px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF5C00;
}
h2 {
	font-size:18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	letter-spacing: 5px;
}
h3 {
	font-size:14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #11568c;
}
h4 {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FF5C00;
}
h5 {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h6 {
	font-size:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 12px;
	color: #FFFFFF;
}
.myBold {
	font-weight: bold;
}
.myBoldItalic {
	font-style: italic;
	font-weight: bold;
}
a:link    {
	color:#000000;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color:#333333;
	background-color:transparent;
}
a:active  {
	color:#FF5C00;
	background-color:transparent;
}
a:hover   {
	color:#ff5c00;
	background-color:transparent;
}
a.myMenu:link    {
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}
a.myMenu:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
}
a.myMenu:active  {
	color:#FFFFFF;
	text-decoration:none;
	background-color:transparent;
	font-size: 12px;
	font-weight:bold;
}
a.myMenu:hover   {
	color:#11568C;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
}

.tMain {
	background-color: #11568C;
	margin-right: auto;
	margin-left: auto;
}
.myMenuTD {
	height: 30px;
	vertical-align: middle;
	text-align: center;
	background-color: #ff7129;
}
.myMM {
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
}
.myBlue {
	background-color: #8E98AA;
	width: 162px;
	vertical-align: top;
}


.footer{
padding:10px 10px 10px 10px;
text-align:center;
font-family:Arial,Helvetica,Sans-Serif;
font-size:10px;
color:#ffffff;
}

