body, p, td{
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

h1,h2,h3,h4,h5,h6{
    color: #398CC6;
}
h1{
    font-size:22px;
}
h2{
    font-size:18px;
}

a.menu{
	color : #b07000;
	font-weight : bold;
	text-decoration : none;
}

a.menu:hover{
	text-decoration : underline;
}

a.menu1{
	background-color : #3E8BC7;
	color : White;
	font-weight : bold;
	text-decoration : none;
}

a.menu1:hover{
	text-decoration : underline;
}

p{
	text-indent : 15px;
	text-align : justify;
}

div.marg{
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
}

.white{
	color: White;
}

.sub_level{
	position:absolute;
	left:0;
	top:0;
	background-color:#FEFEBE;
	visibility:hidden;
	border:1px solid #8E8E8E;
	padding:3px
}
td.menu2{
    background-color : #3E8BC7;
}
div.color{
        padding : 3;
        background-color : #D6680A;
        text-align : center;
        color : White;
}
.red{
        color : Red;
}
a.red{
	color : Red;
	font-size : 20px;
	text-decoration:none;
}
a.red:hover{
	text-decoration:underline;
}
.ssmall{
	font-size : 9px;
}
.blue{
	color: #398CC6;
}
