
	html,body {
		height: 100%;
	}

	body {
		margin: 0px;
		padding: 0px;
		font: 11px arial, sans-serif;
	}
	
	input,textarea{
		border: 1px solid #CFDBFA;
		color: #02529C;
		font-size: 11px;
		margin-bottom: 6px;
	}
	
	.inputs{
		margin-bottom: 0px;
	}
	form{
		margin: 0px; padding: 0px;
	}
	
	a img,:link img,:visited img { border: none }
	
	a:link, a:visited {
		color: #5070DB;
		text-decoration: none;
	}
	a:hover, a:active {
		color: #5070DB;
		text-decoration: underline;
	}
	
	p.null{
		padding: 0px;
		margin: 0px;
	}
	
	#nav{
		width: 171px;
		vertical-align: top;
	}
	
	.navlink{
		font-weight: bold;
		font-size: 13px;
		color: #2653B9;
		text-decoration: none;
	}
	
	.small_p{
		font-size: 5px;
		padding: 0px;
		margin: 0px;
	}

	a.s_1:hover{
		color: #7E1F50;
	}
	a.s_2:hover{
		color: #C1679F;
	}
	a.s_3:hover{
		color: #9DCC62;
	}
	a.s_4:hover{
		color: #AA2E7B;
	}
	a.s_5:hover{
		color: #FCB12D;
	}
	a.s_6:hover{
		color: #CC4466;
	}
	a.s_7:hover{
		color: #EF3D17;
	}
	a.s_8:hover{
		color: #3E9694;
	}
	
	.bgloks{
		background-image: url(img/c_bg.gif);
		background-repeat: no-repeat;
		background-position: top right;
		vertical-align: top;
	}

	
	a.login:link, a.login:visited {
		background-image: url(img/login.gif);
		display: block;
		width: 36px;
		height: 36px;
	}
	a.login:hover, a.login:active {
	background-image: url(img/login_on.gif);
		display: block;
		width: 36px;
		height: 36px;
	}
	
	
	.contentdiv{
		width: 100%;
		/* IE hack \*/
		* width: 98%;
		/* IE hack */
		height: 440px;
		overflow: auto;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		background-image: url(img/bg.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		
		scrollbar-base-color: #C2D3FC;
		scrollbar-track-color: white;
		scrollbar-face-color: #C2D3FC;
		scrollbar-highlight-color: #C2D3FC;
		scrollbar-3dlight-color: white;
		scrollbar-darkshadow-color: #C2D3FC;
		scrollbar-shadow-color: #C2D3FC;
		scrollbar-arrow-color: #4D6185;
	}
	.contentdiv p{
		margin: 0;
		padding: 5px 0 0 8px;
	}
	
	.bro_name{
		color: #3D70E3;
	text-align: center;
	}
	.bro{
	text-align: center;
	}
	
	.brochure_bg{
		background-image: url(img/brochure_bg.gif);
		background-repeat: no-repeat;
		background-position: center center;
		height: 144px;
		vertical-align: middle;
		text-align: center;
		width: 30%;
	}
	
	.checkborder{
		border: 0px;
		margin-bottom: 0px;
	}
	
	.comprehensive{	
		width: 100%;
		text-align: left;
	}
	
	.comprehensive th{	
		color: #5070DB;
		font-size: 14px;
		border-top: 1px solid #6B98BD;
		border-bottom: 1px solid #6B98BD;
		padding: 6px;
	}
	.comprehensive td{	
		padding: 6px;
		vertical-align: top;
	}
	
	 a.comprehensive:link, a.comprehensive:visited,a.comprehensive:active{	
		color: black;
		text-decoration: none;
	}
	 a.comprehensive:hover{
		color: #5070DB;
		text-decoration: underline;
	}