/* CSS Document */

BODY {
	font-size: 9px;
	font-family: Arial;
	line-height: 13px;
}

BODY {
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	background-color: #FFFFFF;
	background-repeat:repeat-x;
	background-position: 0px 0px;
}

A {
	color: #000000;
	font-size: 9px;
	font-family: Arial;
	text-decoration:none;
}

IMG {
	border:none;
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clearSpace {
	clear:both;
}

.bold{
	font-weight: bold;
}

DIV.spacer{
	height: 5px;
	overflow:hidden;
}

DIV.holder{
	width: 1000px;
	overflow: hidden;
}

DIV.col1{
	float: left;
	width: 425px;
	min-height: 100px;
	overflow: hidden;
}
DIV.navigation{
	padding: 10px 0 0 16px;
}

DIV.navigation A{
	font-weight: bold;
}

DIV.col2{
	float: left;
	width: 476px;
}

DIV.subNavigation{
	padding: 10px 0 0 0px;
}

.pink:HOVER{
	color: #FF00FF;
}

div.subText{
	padding: 0px 0px 0px 0px;
}

div.links DIV.link{
	padding: 0px 0px 0px 0px;

}

div.links A:HOVER{
	color: #FF00FF;
}

DIV.mcol1{
	float: left;
	width: 55px;
}

DIV.mcol2{
	float: left;
	width: 410px;
}

