@charset "utf-8";
/* CSS Document */

body, p, h1, h2, form{
	padding:0;
	margin:0;
}

img{
	border:0;
}

body{
	background:url(images/sample.jpg) top center no-repeat;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:16px;
}

td{ 
	vertical-align:top;
}

p{
	margin-bottom:10px;
}

a{
	color:#366BEF;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

body#landing{
	background:url(images/landing.jpg) top center no-repeat #D4E4FD;
}

#home_PDF,#home_PDF2{ 
	width:210px;
	height:20px;
	display:block;
	margin-top:10px;
	margin-left:-46px;
	text-decoration:none;
	background-color:#1c5fc4;
	color:#FFF;
	padding:8px 6px 4px;
	font-size:16px;
	font-weight:bold;
}
#home_PDF2{
	margin-top:281px;
	width:318px;
}
#home_PDF:hover,#home_PDF2:hover { 
	color:#1c5fc4;
	background-color:#FFF;
}