/**********************************************************************
// 	style.css - The styles for the web site
//**********************************************************************
//	Copyright - by K Y Chohdry - 2005
//**********************************************************************/
body{
	FONT-SIZE: 11px; FONT-FAMILY: Tahoma, Verdana, Arial;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#59a2c5;
}
p, th, td {
	FONT-SIZE: 11px; FONT-FAMILY: Tahoma, Verdana, Arial;
}
.mainTable {
	background-color:#FFFFFF;
	height:100%;
	width:738px;
}
.contentTable {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
}
.inputTable, .inputTable td, .inputTable a {
	color:#636363;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.inputTable input{
	height:23px;
	width:130px;
	border:1px #d6d6d6 solid;
}

li {
	list-style-image:url(images/bullet1.jpg); 
	text-indent:-5px;  
}
a {
	text-decoration: none;
	color: #1b426b;
}
a:hover {
	text-decoration: underline;
}
.footer {
	color: #1b426b;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#b7d4f4;
}
.footer a {
	font-weight:bold;
}

.breadcrumbs , .breadcrumbs a{
	color: #bbbbbf;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.footer .copyright{
	color: #1b426b;
	font-size:10px;
}
.thatBorderTop {
border-top: 1px solid #336799;
}
.thatBorderRight {
border-right: 1px solid #336799;
}
.thatBorderLeft {
border-left: 1px solid #336799;
}
.thatBorderBoth{
border-left: 1px solid #336799;
border-right: 1px solid #336799;
}
.dotBorderRight {
border-right: 1px dotted #cdcdcd;
}
.dotBorderLeft {
border-left: 1px dotted #cdcdcd;
}

.newsBox {
	border-bottom: 1px dotted #cdcdcd;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.newsBox a{
	font-size:11px;
	font-weight:bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1b426b;
	font-size: 13px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0099CC;
	font-size: 14px;
}
h1 {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.style2 {color: #CC3366}
.style3 {color: #003399; }
.style1 {color: #CC0000}
.style4 {color:#FF6600}
.style5 {color:#CC3366}
