/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited  	
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.pagetitleH2 {
	color: #000;
	font-weight: normal;
	font-size: 30px;
	line-height: 22px;
	margin-top: 35px;
}

.pagetitleH3 {
	color: #bbb;
	font-size: 22px;
	font-weight:normal;
	margin-top: 5px;
}

/*-------------- END User Style --------------*/


/* Override of the DotNetNuke classes */
.Head
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	color: #000;
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
	margin-top: 35px;
}

/* text style used for most text rendered by modules */
.Normal
{
	text-align: left;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	line-height: 1.9em;
}

h2 {
	color: #fff;
	background-color: #bbb;
	width: 150px;
	font-size: 67%;
	padding-bottom: 4px;
	text-align: center;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
}


h3 {
	color: #000;
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
	margin-top: 35px;
}

h4 {
	color: #2c5999;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	margin-top: 18px;
}

p {
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #333;
	font-size: 14px;
	line-height: 25px;
	padding: 0 0 0 20px;
	margin-bottom: 20px;
}

a {
	color: #2c5999;
	text-decoration:underline;
	font-weight:bold;
}



