BODY {
	font-family: Verdana, Arial, Geneva, sans-serif;
	scrollbar-arrow-color : #001B66;
	scrollbar-face-color : White;
	background-color : White;
}

/* ----------------- General link variables --------------------- */
a  { color: #001B66; text-decoration: underline }
a:visited  { color: #001B66; text-decoration: underline }
a:hover   { text-decoration: underline }
td {font-family: Verdana, Arial, Geneva, sans-serif}

/* -----------------  header --------------------------------- */

.title  { color: white; font-size: 25px; background-color: #001B66}
a:link.title  { color: white; font-size: 25px; background-color: #001B66; text-decoration: none;}
a:hover.title  { color: white; font-size: 25px; text-decoration: none; background-color: #001B66}
a:visited.title { color: white; font-size: 25px; text-decoration: none; background-color: #001B66}

.mainnav   { color: #f60; font-size: 13px; background-color: white;  font-weight: bold;  }
a:visited.mainnav  { color: #001B66; font-size: 13px; background-color: white; text-decoration: none; font-weight: bold}
a:link.mainnav  { color: #001B66; font-size: 13px; background-color: white; text-decoration: none; font-weight: bold}
a:hover.mainnav   { color: #f60; font-size: 13px; background-color: white; text-decoration: underline; font-weight: bold}

.heading1 {	font-size : 14px; color : #FF6600; font-weight : bold;}
a:link.heading1 {	font-size : 14px;	color : #FF6600; font-weight : bold; text-decoration: none}
a:visited.heading1 {font-size : 14px; color : #FF6600; font-weight : bold; text-decoration: none;}
a:hover.heading1 {font-size : 14px;	color : #FF6600;	font-weight : bold;; text-decoration: underline}

.maintext {	font-size : 12px;	color : Black;	line-height : 17px;}
.copyright {font-size : 9px; background-color: #A0C0DF}
.border  { color: #333; font-size: 9px; background-color: #A0C0DF}


/* -----------------  Project web --------------------------------- */
.table { border: 1px solid #001B66; }
.category {background-color: #6699cc; font-size : 12px; border-bottom: 1px solid #001B66;  height: 14px; }
.item {background-color: #E9F4FF; font-size : 12px; color : #001B66;}
a:link.item {background-color: #E9F4FF; color : #001B66;}
a:visited.item {background-color: #E9F4FF; color : #FF6600;}
a:hover.item {background-color: #E9F4FF; color : #001B66;}
/* ----------------- Forms -------------------------------------- */
.input{border : 1px solid #001B66; FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: verdana, sans-serif}

