 h1{
	font-family : "Times New Roman", Times, serif;
	font-size : 20px;
	color : #9C9C9C;
	margin-left : 40px;
}
 h2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : Gray;
	margin-left : 20px;
	font-weight : bolder;
}
 h3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #51ABFF;
}
p{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #626262;
	margin-left : 20px;
    text-indent : 20px;
	text-align : justify;
}
p.about{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #727272;
	margin-left : 5px;
    text-indent : 20px;
	text-align : justify;
}
p.bottom{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #727272;
	text-align : center;
}
ul {
	color : #444444;
	font-family: verdana;
	font-size:11px;
}
td {color : DarkSlateGray;font-family:verdana;font-size:12px;}
td.AdminTitle{
	background : #6495ED;
	font-family:verdana;
	color : White;
}
td.AdminMiddle{
	background : White;
	font-family:verdana;
	font-size : 11px;
}

a:link, a:visited,a:active {
	border-bottom-style : none;
	text-decoration : none;
	color : #6495ED;
}

a:hover{
	color : #FFA500;
}
a.btn:link,a.btn:visited {
	font-size:12px;
	text-align:center;
	font-family:verdana;
	color: #FFD700;
	text-decoration : none;
	background : #A9A9A9;
	border : 1px solid Black;
	padding : 2px;
}
a.btn:hover {
	font-size:12px;
	text-align:center;
	font-family:verdana;
	color: #FF8C00;
	text-decoration : none;
	background : #FAFAD2;
	border : 1px solid Black;
}
	body {
	background-color:White;
	color : Black;
	scrollbar-3dlight-color : #FF7F50;
	scrollbar-shadow-color : #FF7F50;
	scrollbar-darkshadow-color : White;
	scrollbar-base-color : Window;
	scrollbar-face-color : White;
	scrollbar-track-color : White;
	scrollbar-arrow-color : #FF7F50;
	scrollbar-highlight-color : White;
}
	input.login{
		border: 1px solid Black;
		font-size: xx-small;
		background : AliceBlue;
	}
	input{
		border: 1px solid Black;
		font-size: 12px;
		background : AliceBlue;
	}
	input.submit{
		border: 1px solid Black;
		font-size: 12px;
		background : LightGrey;
	}
	textarea{
		border: 1px solid Black;
		font-size: 12px;
		height : 100px;
		background : AliceBlue;
	}
table.tab1{
	background : Navy;
	margin-left : 10px;
}
tr.tr0{
	background : #C6C6FA;
	text-align : center;
	font-weight : bold;
}

tr.tr1{
	background : #F0F8FF;
	
}
tr.tr2{
	background : #E6E6FA;
}

hr.cut{
	height: 1px;
	border-top: 1px dashed #B8860B;
	background: transparent;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
}

