@charset "UTF-8";
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#404040;
	margin:0;
	}
#pagemaster{
	width: 830px;
	margin:auto;
}
/****************** Common Style *******************/
h1, h2, h3{
	font-family: Arial,sans-serif;
}
h1 {
	font-size:24px;
	margin-top:0px;
	margin-bottom:0px;
}
h2 {
	font-size:16px;
	margin-top:4px;
	margin-bottom:4px;
}
h3 {
	font-size:14px;
	margin-bottom:0;
	margin-top:0;
}
a {
	font-size: 14px; 
	font-family: Arial,sans-serif; 
	color: #D62624; 
	font-weight:normal;
	text-decoration:none;
}
a:link {
	color: #D62624; 
	text-decoration:none;
}
a:visited {
	color: #D62624; 
	text-decoration:none;
}
a:active {
	color: #D62624; 
	text-decoration:underline; 
}
a:hover {
	color: #D62624; 
	text-decoration:underline; 
}
a.underline{
	text-decoration:underline; 
}
p{
    margin-top:0;
    padding-top:0;
}
.Normal, .NormalDisabled  /* for dnn html module */
{
	font-family: Arial,sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#404040;
}
.btn{
	height:30px;
	padding:0 15px;
	display:block;
	border-width:0;
	border-right:1px solid #395A6B;
	border-left:1px solid #98D4F6;
	background: #24A1E9 url(images/btn-bg.png) repeat-x;
	color:#fff;
	font-size:16px;
	font-family:"Lucida Sans",Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
.clear{
	clear:both;
}


