/*HTML styles */


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

p, li, div, td {
	line-height: 18px ;
}

table {
	border-collapse: collapse ;
}

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

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

h1 {
	font-size: 22px ;
	line-height: 24px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	color: #6D3185 ;
	font-family: verdana ;
	margin-top: 0px ;
}

h2 {
	font-size: 18px ;
	line-height: 22px ;
	font-weight: normal ;
	letter-spacing: -1px ;
}

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

a:link {
	color: #6D3185 ;
}

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

a:hover {
	color: #9744B8 ;
}

/*Nav Styles*/

.button, .button_up {
	padding: 10px 10px 10px 30px ;
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	font-size: 18px ;
	font-family: verdana ;
	font-weight: normal ;
	letter-spacing: -1px ;
	border-bottom: 1px solid #ffffff ;
}

.button_up {
	background-image: url(/images/button_up.gif) ;
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
}

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

/*Template Styles*/

#content {
	padding: 15px ;
}

.img_float {
	float: right ;
	margin: 0px 0px 0px 10px ;
}

.bot_info {
	text-align: center ;
	padding-top: 15px ;
	font-size: 10px ;
	letter-spacing: 1px ;
	color: #666666 ;
}

a.link_gray:link, a.link_gray:active, a.link_gray:visited {
	text-decoration: none ;
	color: #666666 ;
}

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