.none { display: none;}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.title {
	font-size: 20px;
	line-height: 15pt;
	font-weight: bold;
	letter-spacing: 6px;
}
.subtitle {
	font-size: 18px;
	line-height: 15pt;
	font-weight: bold;;
	letter-spacing: 4px;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12pt;
	color: #dddddd;

}
.small a{
	color: #ffffff;
	text-decoration: none;
}
.small a:hover{
	text-decoration: underline;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15pt;
	color: #222222;
	text-align: justify;

}
.body a{;
	color: #1B549C;
	font-weight: bold;
	text-decoration: underline;
}
.bodylarger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20pt;
	letter-spacing: -1px;
	color: #FFFFFF;
	text-align: left;

}
.bodylarger a{;
	color: #1B549C;
	font-weight: bold;
	text-decoration: underline;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15pt;
	color: #FFFFFF;
	text-align: left;

}
.nav a{;
	color: #FFFFFF;
	text-decoration: none;
}

.imageright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imagerightwithtopmargin {

	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.bg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.contentbg {
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
