/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;

}
h1 {
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

a.abc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover.abc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
p.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-left:5px;
	background-color:#E5E5E5
}
p.listDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-left:5px;
	background-color:#C6C6C6 
}
font.abc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
a:hover.s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
td.big{
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: bottom;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.stretch_left{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(graphics/shades/stretch_left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
td.stretch_right{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(graphics/shades/stretch_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
td.stretch_bottom{
	background-repeat: repeat-x;
	background-position: left top;
}
td.no_repeat{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: left top;
	background-repeat: no-repeat;
}
td.padding{
	padding: 8px;
	background-color: #cbcbcb;
}
.tableborder {
	border: 1px solid #000000;
}
#banner {
	position: relative;
	width: 200px;
	top: 100px;
	background-color: #ffffff;
	color: #000;
	float:right;
}
#content{
	position: relative;
	text-align: left;
	margin: 0em;
	padding: 0em;
	left: 6px;
	top: 71px;


}

