
/*HTML styles */

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

ul {
	list-style-image: url(/images/list.gif) ;
}

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

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: #5E517C ;	
	margin-top: 0px ;
}

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

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

#content {
	padding: 15px ;
}

.spacer {
	height: 5px ;
	background: #ffffff ;
	font-size: 1px ;
	line-height: 1px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	color: #ffffff ;
	text-align: center ;
	font-size: 12px ;
	line-height: 15px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	padding: 10px ;
	text-decoration: none ;
}

a.button:hover {
	color: #ffff00 ;
	background-image: url(/images/button_up.gif) ;
	background-position: center ;
	background-repeat: no-repeat ;
}

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

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

a:link {
	color: #5E517C ;
	text-decoration: underline ;
}

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

a:hover {
	color: #493B63 ;
	text-decoration: none ;
}

hr {
	height: 1px ;
	color: #5E517C ;
	background-color: #5E517C ;
	border: 0px ;
	margin: 0px ;
}

.img_float {
	float: right ;
	margin: 0px ;
	margin-left: 10px ;
	border: 0px ;
	clear: right ;
}

.teaser_holder {
	margin-bottom: 15px ;
	padding-bottom: 15px ;
	border-bottom: 1px dashed #5E517C ;
}

a.teaser_title:link, a.teaser_title:active, a.teaser_title:visited, a.teaser_title:hover {
	font-weight: bold ;
	font-size: 13px ;
	letter-spacing: -1px ;
	display: block ;
	text-decoration: underline ;
	color: #5E517C ;
}

a.teaser_title:hover {
	text-decoration: none ;
	color: #493B63 ;
}

.teaser_date {
	font-style: italic ;
	font-size: 11px ;
}

.teaser_desc {
	font-size: 10px ;
	line-height: 14px ;
	padding-top: 5px ;
}

