INPUT, SELECT, TEXTAREA {
background-color: #87cfd6;
color: #333333;
font-family: arial;
font-weight: bold;
font-size: 8pt;
border-color:#80A0A9;
} 

/*P {
font-size : x-small;
font-family : arial;
color : #017284;
text-align : left;
margin : 0;
}
*/

H3 {
font-family : arial;
color:#333333;
text-align : right;
}

H2 {
font-family : arial;
color:#333333;
text-align : left;
}

H1 {
font-family : arial;
color:#333333;
text-align : center;
}

div#login {
	font-family:"Trebuchet MS", Arial, Verdana;
	background-color:#fc0;
	color:#660A00;
}

div.box {
    font-family: sans-serif;
    color: #660A00;
    font-weight: bold;
    background-color:#fc0;
}
/*
BODY {
font-size:x-small;
font-family: arial;
color : #333333;
background: #81bac3; url() fixed repeat;
}
*/
A.navbar:hover {
font-weight : bold;
font-size :small;
font-family : arial;
color:#333333;
background : #ffffcc;
text-decoration : none;
}

A.navbar:visited, A.navbar:link, A.navbar:active {
font-weight : bold;
font-size : small;
font-family : arial;
color:#333333;
text-decoration : underline;
}

A.news:hover {
font-size :x-small;		/*xx-small*/
font-family : arial;
color:#333333;
background : #ffffcc;
text-decoration : none;
}

A.news:visited, A.news:link, A.news:active {
font-size : small;
font-family : arial;
color:#333333;
text-decoration : underline;
}

A:hover {
font-weight : bold;
font-size : small;	/*x-small*/
font-family : arial;
color:#333333;
background : #81bac3;
text-decoration : none;
}

A:visited, A:link, A:active {
font-weight : bold;
font-size : small;
font-family : arial;
color:#333333;
text-decoration : underline;
}

body, body div, body p, body th, body td, body li, body dd {
             /* more specific to override rule in importing sheet */
    font-size:    small;
             /* false value for WinIE4/5 */
    voice-family: "\"}\"";
             /* trick WinIE4/5 into thinking the rule is over */
    voice-family: inherit;
             /* recover from trick */
    font-family:arial;
	color:#333333;
	font-size:    small;
             /* intended value for better browsers */
    }

html>body, html>body div, html>body p, html>body th,
html>body td, html>body li, html>body dd    {

font-size:    medium
             /* be nice to Opera -- This controls the size of the font in the main content area*/
    }