/* 
=================================================================== 
This is the main style template
=================================================================== 
*/

body {
	font-family: Arial, Helvetica, Sans-Serif;
	background-image: url(../images/backgrounds/bgPrimary.jpg);
	background-attachment: fixed;
	text-align:justify;
}
h1 {
	color: #666;
    font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 15px;
}
h2 {
	color: #666;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	top: 3px;
}
h3 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	color: #666;
	font-size: 13px;
	font-weight: bold;
}
p {
	color: #666;
	font-size: 13px;
}

/* ul, dl is control for lists: Bullited and Definition  */
ul, dl {
	list-style-type:disc;
	color: #666;
	font-size: 13px;
	text-align: left;
}
a:link {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#Address {
	font-size: 10px;
	position: absolute;
	z-index: 1;
	right: 105px;
	top: 190px;
}

/*
Begin DP Login style
*/

.fieldLabelLogin
{
	position: relative; 
	top: 15px;
	left: 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}
.underline2
{
	border-left:2px solid white;
	border-right:2px solid white;
	border-top:2px solid white;
	border-bottom:1px solid #000000;
	width: 123px;
}
/*
End DP Login style
*/
