/* CSS Document */

.body{
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
}

.bodylineheight{
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
	line-height: 35px;
}

.bodysmall{
	font-family: Georgia;
	font-size: 11px;
	color: #000000;
}

.bodybigbold {
	font-size: 13;
	font-weight: bold;
}

.orangelink {
	color: #CC6633;
	font-family: Georgia;
	font-size:12px;
	text-decoration:underline;
	}
	
.orangelink:visited {
	color: #CC6633;
}

.orangelink:hover {
	color: #CC6666;
	text-decoration:none;
}

.orangelink:active {
	color: #CC6633;
}

a {
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #666666;
}

a:active {
	color: #333333;
}
