
/*HTML styles */

body {
	background-color: #999 ;
	background-position: top ;
	background-repeat: repeat-x ;
	margin: 0px ;
	color: #000 ;
}

p, li, div, td, body {
	font-size: 12px ;
	line-height: 18px ;
	font-family: verdana, arial, sans-serif ;
}

table {
	border-collapse: collapse ;
}

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

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

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

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

h1 {
	background: url(/images/dot.gif) ;
	background-position: center ;
	color: #fff ;
	font-size: 28px ;
	font-weight: bold ; 
	font-style: italic ;
	letter-spacing: -2px ;
	line-height: 33px ;
	padding: 10px 15px ;
	margin-top: 0px ;
	margin-bottom: 0px ;
}

h2 {
	font-size: 18px ;
	letter-spacing: -1px ;
	color: #666 ;
	font-weight: normal ;
	line-height: 22px ;
	margin-top: 0px ;
}

h3, .inline_h {
	font-size: 13px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	color: #666 ;
}

#content {
	padding: 15px ;
}

td.bar {
	vertical-align: top ;
	width: 250px ;
	background: url(/images/bar_bg.gif) #ccc ;
	background-position: top ;
	background-repeat: repeat-x ;
}

a:link {
	color: #666 ;
}

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

a:hover {
	color: #FFC423 ;
}

.side_heading {
	background: url(/images/side_bg.gif) ;
	background-position: left ;
	color: #fff ;
	font-size: 18px ;
	font-weight: bold ;
	letter-spacing: -2px ;
	padding: 10px 15px 10px 35px ;
	margin: 15px 0px 10px 0px ;
}

.side_box {
	margin: 5px 0px 5px 20px ;
	background: #fff ;
	border: 1px solid #999 ;
	border-right: 0px ;
	padding: 10px ;
	font-size: 11px ;
	line-height: 16px ;
	letter-spacing: -1px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-image: url(/images/button_bg.gif) ;
	display: block ;
	margin: 5px 0px 5px 20px ;
	padding: 10px 15px ;
	color: #FFC423 ;
	font-size: 18px ;
	letter-spacing: -1px ;
	text-decoration: none ;
}

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