/* CSS Document */

body {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 20px;
	background-image : url('images/bg.gif');
	background-repeat : repeat-y;
	background-position : center top;
}

.left-menu {
	font-family : Verdana, Arial, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #188ffc; 
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	background-image : url('images/left-menu-bg.gif');	
}
.left-menu a {
	color : #188ffc; 
	text-decoration : none;
}

.left-menu a:hover {
	color : #188ffc; 
	text-decoration : underline;
}

.tableborder {
	border : 2px solid #ffe4c6;
}

.heading_text {
	font-family : Georgia, Tahoma, Arial, sans-serif;
	font-size : 18px;
	color : #003399; 
	text-transform : capitalize;
	padding-left : 8px;
}

.main_text {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 12px;
	color : #000000; 
	line-height : 20px;
	padding-left : 8px;
}

.copyrighttext {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 11px;
	color : #000000; 
}

.copyrighttext a {
	color : #000000; 
	text-decoration  : underline;
}

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