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

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

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 ;
	font-weight: normal ;
	letter-spacing: -2px ;
	color: #333333 ;
	margin-top: 0px ;
	line-height: 24px ;
}

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

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

.sep {
	background: url(/images/sep_bg.gif) ;
	background-position: center ;
	font-size: 1px ;
	height: 10px ;
}

#content {
	padding: 15px ;
}

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

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

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:link {
	color: #996E1F ;
}

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

a:hover {
	color: #FFB833 ;
}