body {
	margin: 0;
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 18px;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
		
}
p{
	text-align: left;
}
A:link {
	color: #3366CC;
	text-decoration: none
	} 

A:visited {
	color: #85b55b;
	text-decoration: none
	} 

A:active {
	color: #85b55b;
	text-decoration: none
	} 

A:hover {
	color: #85b55b; 
	text-decoration: underline
	}

.topbcke {
	background-image: url(../images/top_bcke.gif);
	background-repeat: repeat-x;
}
.topbcke02 {
	background-image: url(../images/top_bcke02.gif);
	font-weight: bold;
	color: #FFFFFF;
}
.topbcke03 {
	background-image: url(../images/top_bcke03.gif);
	background-repeat: repeat-x;
}
.lightblue{
	background-color: #5C8FE0;
}

/* side images */
.home{
	background-color: #3366CC;
	background-image: url(../images/img_home.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: top;
	height: 440px;
}
.about {
	background-color: #3366CC;
	background-image: url(../images/img_about.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: top;
	height: 440px;
}
.serv {
	background-color: #3366CC;
	background-image: url(../images/img_train.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: top;
	height: 440px;
}
.cont {
	background-color: #3366CC;
	background-image: url(../images/img_contact.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: top;
	height: 440px;
}

/* ------------------------ */
.mainbody {
	width: 600px;
	background-color: #FFFFFF;
}
.grey{
	/ * background-color: #BFBFBF; */
	background-color: #FFFFFF;
	vertical-align: top;
}

.footer{
	background-color: #CCCCCC;
	padding: 8px;
	font-family: verdana;
	font-size: 10px;
	height: 60px;
	vertical-align: top;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #FFFFFF;
	} 
A.footerlnk:link {
	color: #000000;
	text-decoration: none
	} 

A.footerlnk:visited {
	color: #000000;
	text-decoration: none
	} 

A.footerlnk:active {
	color: #000000;
	text-decoration: none
	} 

A.footerlnk:hover {
	color: #666666; 
	text-decoration: none
	}

.whitelinks{
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	} 

A.whitelinks:link {
	color: #FFFFFF; 
	text-decoration: none
	} 

A.whitelinks:visited {
	color: #FFFFFF; 
	text-decoration: none
	} 

A.whitelinks:active {
	color: #FFFFFF; 
	text-decoration: none
	} 

A.whitelinks:hover {
	color: #FFCC33; 
	text-decoration: none
	}
.smlbold {
	font-size: 11px;
	font-weight: bold;
}
.small{
	font-size: 11px;
	line-height: 140%;
}
.sideline {
	background-image: url(../images/sideline.gif);
	background-repeat: repeat-y;
}
#blue {
	padding: 12px;
	background-color: #BBD3EF;
	
}
ul,li {
	margin-left: 8px;
	list-style-image: url(../images/bulllet_01.gif);
}
.smlbold {
	font-size: 11px;
	font-weight: bold;
}
/*********** Datagrid styles ***********/

.DataGrid {
	background-color: #CCCCCC;
	}
.DataGrid td {
	background-color: #F2F2F2;
	font-size: 12px;
	height: 24px;
	padding-left: 4px;
	}
.DataGrid th {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #3366CC;
	text-align: left;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-color: #FFFFFF;
	border-right-color: #003366;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px; 
	}
	h1{
		font-size: 16px;
		font-weight: bold;
		color: #003399;
	}
hr{
	color: #CCCCCC;
	height: 1px;
}
