BODY {
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-color: #ffffff;
	background-position : bottom;
}

TD {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 1;
	color: #333322;
}
 
 INPUT.text,INPUT.password {
	font-family: arial, verdana, sans-serif;
	color: #333322;
	font-size: 11px;
	background-color: #ccccbb;
	border-color: #000000;
	border-width: 1px;
}

 INPUT.submit {
	font-family: arial, verdana, sans-serif;
	color: #333322;
	font-size: 11px;
	background-color: #ccccbb;
	border-color: #000000;
	border-width: 1px;
        margin-top: 5px;
}

SELECT {
	font-family : Verdana, Arial, sans-serif;
	color: #cccccc;
	font-size : 12px;
	background-color : #333333;
	border-color : #000000;
}

A {
	color: #336699;
	text-decoration: none;
}

A:visited {
    color: #336699;
}

A:active {
    color: #336699;
}

A:hover {
    color: #6699cc;
}

.h2 {
    font-size: 13px;
}

.alert {
	color : #ff9900;
	font-weight : bold;
}

.opaque {
	font-weight: bold;
	color: #ccccbb;
	
}

.heading {
	font-weight: bold;
	font-size: 13px;
	color: #336699;
	border-top: 2px solid #336699;
	border-bottom: 2px solid #336699;
}

.fieldheading {
	font-weight: bold;
}

.tiny {
	font-size: 10px;
}