body,p,table,div,tr,td,H2,H3,H4,H5,H6 {
background-color : white ;
font-family : "Times New Roman", Times, serif;
color : #0000FF;
text-align : justify;
}

table.outer {
	width: 100%;
	padding : 0px;
	text-align: center;
	border: 0px;
	vertical-align : top;
}

table.main {
	width: 600px;
	padding : 0px;
	text-align: center;
	border: 0px;
}

table.second {
	width: 420px;
	text-align: center;
	border: 0px;
}

table.inner {
	width: 600px;
	border: 0px;
	text-align : center;
	vertical-align : top;
}

table.history {
	width: 100%;
	text-align: center;
}

table.menu {
	width: 130px;
	padding: 5px;
	text-align : center;
}

table.menu2 {
	width: 135px;
	padding: 0px;
	text-align: center;
}

table.menu3 {
	width: 125px;
	padding: 0px;
	text-align: center;
}

tr.menublue {
	background-color : #003366;
	text-align : center;
}

tr.menured {
	background-color : #990000;
	text-align : center;
}

tr.menutop {
	vertical-align : top;
	background-color : White;
	text-align : center;
}

td.menublue {
background-color : #003366;
	font-weight : 500;
	color : #FFCC00;
	text-align : left;
}

td.menured {
background-color : #990000;
	font-weight : 500;
	color : #FFCC00;
	text-align : left;
}

td.menutop {
	vertical-align : top;
	width : 135px;
}

td.history {
   border-style: double;
	border-width: 3px;
	border-color: Blue;
	text-align: center;
}

td.just {
	text-align: justify;
}

td.center {
	text-align : center;
}

td.left {
	text-align : left;
	width : 100%;
	background-color : White;
	vertical-align : top;
}

td.right {
	text-align : right;
}

td.indexleft {
	width: 50px;
}

td.indexright {
	width: 370px;
}

H1.blue {
	color : blue;
	text-align : center;
}

H2.blue{
	color : Blue;
	text-align : center;
}

H2.red {
	color: red;
	text-align: center;
}

H3.blue {
	color: Blue;
	text-align: center;
}

H3.red {
	color: Red;
	text-align: center;
	font-weight: bold;
}

H4.blue {
	color: Blue;
}

H4.red {
	color: red;
	text-align: center;
}

H4.italic {
	color: red;
	text-align: center;
	font-style: italic;
}

H5.desc {
	font-weight: bolder;
	color: Maroon;
	text-align: center;
}

div.center {
	text-align : center;
}

div.left {
	text-align : left;
}

div.right {
	text-align : right;
}

p.center {
	text-align : center;
}

p.centerr {
	text-align : center;
	color: Red;
}

p.centers {
	text-align : center;
	padding-bottom: 0em;
}

p.red {
	color : Red;
}

a {
	text-decoration: none;
	color: Red;
}

a.menur {
	text-decoration: none;
	font-weight: bold;
	color: Red;
}

a.menub {
	text-decoration: none;
	font-weight: bold;
	color: Blue;
}

a.submenu {
	text-decoration: none;
	font-weight : bold;
	color : #FFCC00;
}

a.hover {
	text-decoration : none;
	color : #ffcc00;
}

.dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
}

.marquee {
	color: #0000ff;
	font-family: Times, serif;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
}


