
/*HTML styles */

body {
	background-color: # ;
	margin: 0px ;	
	font-family: arial, sans-serif ;
	font-size: 12px ;
	color: # ;
}

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

input, select, textarea, button {
	font-family: arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

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

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

h1:first-child, h2:first-child, h3:first-child, p:first-child {
	margin-top: 0px ;
}

h1:last-child, h2:last-child, h3:last-child, p:last-child {
	margin-bottom: 0px ;
}

h1 {
	font-size: 28px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	color: # ;
	line-height: 32px ;
	margin-top: 0px ;
}

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

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

#content {
	padding: 15px ;
}

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

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

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	color: #ffffff ;
	text-align: center ;
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	font-size: 18px ;
	letter-spacing: -1px ;
	text-decoration: none ;
	padding: 10px ;
	border-left: 1px solid #747474 ;
	border-right: 1px solid # ;
}

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

.img_float {
	border: 0px ;
	float: right ;
	margin: 0px 0px 5px 15px ;
	clear: right ;
}

a:link {
	color: # ;
}

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

a:hover {
	color: # ;
}