@import url("screen-layout.css");


html, body { 
	margin: 0; padding: 0;
	}

	
body { 
	background: #cbcbd3;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1b3f95;
	}
	
	a:link,
	a:visited,
	a:hover { 
		color: #1b3f95;
		text-decoration: none;
		font-weight: bold;
		}	
		
		a:hover { text-decoration: underline }
	
	h1, h2, h3, p { 
		margin-top: 0px;
		margin-bottom: 10px;
		}
	
	h1 { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: -1px;
		}
		
		#defaultLeft h1 { 
			font-size: 16px; 
			font-weight: bold !important;
			color: #FDB201;
			}
		
		#contentLeft h1 { 
			font-size: 16px; 
			font-weight: bold !important;
			color: #FDB201;
			}
	
	h2 { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: -0.5px;
		}
		
		h2 a { color: #fdb201 !important; }
	
	h3 { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		letter-spacing: -1px;
		}
	
	p { 
		font-size: 11px; font-weight: normal;
		line-height: 18px;
		text-align: justify;
		}
	
	a img { border: 0px; }
	form { margin: 0; padding: 0; }
	
	input { 	
		font-size: 11px; 
		font-weight: normal;
		line-height: 18px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		color: #1b3f95;
		}
	.error { color: #f00 !important  }


	.alignRight { 
		float: right; margin-left: 20px; margin-bottom: 10px;
		}
	.alignLeft { 
		float: left; margin-right:  10px; margin-bottom: 10px;
		}
	
	hr { 
		height: 1px; 
		border: 0;
		border-bottom: 1px dotted #C6CFE4;
		margin: 20px 0;
		clear: both;
		}


	.emailTxt {
		background: #f6f6fe url(/img/form_bgr.gif) 0 0;
		border: 1px solid #8d9fca;
		margin: 0; padding: 0;
		width: 150px;
		padding: 2px;
		font-size: 11px;
		color: #889ac9;
		line-height: normal;
		}

	.emailSub {
		background: #d3daea url(/img/form_btn_bgr.gif) repeat-x ;
		border: 1px solid #8d9fca;
		margin: 0; padding: 2px 10px;
		font-weight: bold;
		font-size: 11px;
		_height: 20px;
		_padding: 0px 10px;
		line-height: normal;
		}

	.blueLink { 
		color: #1B3F95 !important;
		}














































