/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	full-height: 100%;
	color: #CCCCCC;
	font-family: tahoma, verdana;
	font-size: 12px;
}
.menu1  {
		text-decoration: none;
		color : #FFFFFF;
		text-align: center;

}
.menu1:hover  {
		color : #666666;
		text-decoration: none;
		text-align: center;

}
.menu1:active  {
		color : #000000;
		text-decoration: none;
		text-align: center;
		
}
.style {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;
		line-height: 16px;
}
.menu2  {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration: none;
		color : #666666;
		text-align: center;

}

.menu2:hover  {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color : #999999;
		text-decoration: none;
		text-align: center;
}
.style2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 17px;
}

.main-top {
	background-image: url(images/content-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.main-lower {
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
h1 {
	color: #AA001E;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.linedashed {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 500px;
}
.pad10 {
	padding-left: 17px;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footerlink {
	color: #CCCCCC;
	text-decoration: none;
}
