body {
	margin: 10px 0px 10px 0px ;
	font-family: verdana, sans-serif ;
	font-size: 12px ;
	background: url(images/page_bg.gif) #FFB8D6;
	background-position: top ;
	background-repeat: repeat-x ;
	color: #303030 ;
	line-height: 18px; 
}

p {
	line-height: 18px; 
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 18px ;
	font-weight: bold ;
	/*color: #8D0051 ;*/
	color: #710046;
	/*border-bottom: 1px solid #cccccc ;*/
	font-family: tahoma ;
	margin-top: 0px ;
	padding: 2px ;
}

h2 {
	font-size: 16px ;
	font-weight: bold ;
}

h3 {
	font-size: 14px ; 
	font-weight: bold ;
}

.button, .buttonUp {
	background: url(images/button_bg.gif) ;
	background-position:center left; 
	padding: 8px 20px ;
	border-bottom: 1px solid #ffffff ;
}

.buttonUp {
	background: url(images/button_bgUp.gif) ;
	background-position:center left; 
}

a.navLink:link, a.navLink:active, a.navLink:visited {
	/*color: #8D0051 ;*/
	color: #710046;
	text-decoration: none ;
	font-size: 12px ;
	font-family: verdana ;
	font-weight: bold ;
	letter-spacing: 0px; 
}

a.navLink:hover {
	text-decoration: underline ;
}

a:link {
	color: #990000 ;
}

a:active, a:visited {
	color: #990000 ;
}

a:hover {
	color: #cc0000 ;
}

#content {
	padding: 10px ;
	background: #ffffff; 
}

.required {
text-align:center;
color: #990000;
}


