body {
	margin:20px 0px;
	padding:0px;
	background-image:url(../../images/page_bkg.gif);
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}	
A:link {
	color: #2d3f74;
	text-decoration: none;
	padding:0px;
	margin:0px;
}
A:visited {
	color: #2d3f74;
	text-decoration: none
}
A:hover {
	color: #6276b0;
	text-decoration: underline
}
A.footer:link {
	color: #000000;
	text-decoration: none
}
A.footer:visited {
	color: #000000;
	text-decoration: none
}
A.footer:hover {
	color: #283b71;
	text-decoration: none
}
.defaultErr {
    color: #FF0000;
	font-weight:bold;
}
.largeBeginFont {
	font-family: "Times New Roman", Times, serif;
	font-size:36px;
	line-height:26px;
}
#mainTitle {
	background-image:url(../../images/main_title.gif);
	width:440px;
	height:26px;	
}
.mainTitle {
	color:#ffffff;
	vertical-align:middle;
	font-size:14px;
	padding-left:8px;
}
.mainTitleBlack {
	color:#000000;
	vertical-align:middle;
	font-size:14px;
	padding-left:8px;
}
#rightTitle {
	background-image:url(../../images/right_title.gif);
	width:200px;
	height:26px;	
}
.largeText {
	font-size:16px;
}
ul{
	margin:0px 0px 0px 30px;
	padding:0px;
}
hr {
	height:2px;
	background-color:#e0e0e0;
}
.error-message {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #F00;
	line-height: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px #CCC solid;
	background: #FFD;
	padding: 10px;
}
