BODY{
	background-color : #FFFFFF;
	text-decoration: none;
	font-size: 70px;
	}
	
A:visited {color: #666666; text-decoration: underline}
A:link {color: #666666; text-decoration: underline}
A:hover {
	color: #339966;
	text-decoration: underline;
	font-weight: bold;
}


SPAN.lgwhite{
	font-family : tahoma, arial, sans-serif;
	font-size : 80%;
	color : #FFFFFF;
	text-decoration : none;
}


SPAN.green{
	font-family : tahoma, arial, sans-serif;
	font-size : 70%;
	font-weight : normal;
	color : #336633;
	text-decoration : none;
}


SPAN.white{
	font-family : tahoma, arial, sans-serif;
	font-size : 70%;
	font-weight : normal;
	color : #FFFFFF;
	text-decoration : none;
}


SPAN.red{
	font-family : tahoma, arial, sans-serif;
	font-size : 70%;
	color : #CC0033;
	text-decoration : none;
}


SPAN.black{
	font-family : tahoma, arial, sans-serif;
	font-size : 12%;
	color : #666666;
	text-decoration : none;
}


SPAN.linkblack{
	font-family : tahoma, arial, sans-serif;
	font-size : 70%;
	color : #333333;
	text-decoration : underline;
}


SPAN.boldblack{
	font-family : tahoma, arial, sans-serif;
	font-size : 70%;
	font-weight : bold;
	color : #666666;
	text-decoration : none;
}


SPAN.largeblack{
	font-family : tahoma, arial, sans-serif;
	font-size : 90%;
	font-weight : bold;
	color : #666666;
	text-decoration : none;
}


SPAN.smallblack{
	font-family : tahoma, arial, sans-serif;
	font-size : 60%;
	color : #666666;
	text-decoration : none;
}


INPUT.text {
    font-family : tahoma, arial, sans-serif;
    font-size : 70%;
    background-color : #CCCCCC;
    color : #000000;
}




SELECT.select {
    font-family : tahoma, arial, sans-serif;
    font-size : 70%;
    background-color : #CCCCCC;
    color : #000000;
}


INPUT.radio {
    font-family : tahoma, arial, sans-serif;
    font-size : 70%;
	font-weight : bold;
    background-color : #FFFFFF;
    color : #666666;
}


INPUT.checkbox {
    font-family : tahoma, arial, sans-serif;
    font-size : 70%;
	font-weight : bold;
    background-color : #FFFFFF;
    color : #666666;
}


INPUT.button {
    font-family : tahoma, arial, sans-serif;
    font-size : 70%;
	border-style : outset;
	border-color : #CCCCCC;
    background-color : #336633;
    color : #FFFFFF;
}


TEXTAREA {
    font-family : arial, sans-serif;
    font-size : 60%;
	font-weight : bold;
    background-color : #CCCCCC;
    color : #000000;
}
