body, tr, p
 {
   font-weight : normal; 
   font-size : 12px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #000000; 
   text-decoration : none; 
}

TD {
   font-weight : normal; 
   font-size : 12px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #000000;
   text-decoration : none; 
}

.title {
   font-weight : bold; 
   font-size : 13px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #000000;
   text-decoration : none; 
}

.small {
   font-weight : normal; 
   font-size : 10px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #000000;
   text-decoration : none; 
}

.selectlink {
    font-weight : normal; 
	font-size : 16px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #921480;
	text-decoration : italic;
}

.selectbiglink {
    font-weight : bold; 
	font-size : 20px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #921480;
	text-decoration : italic;
}

.costa {
    font-weight : bold;
    color : white;
    background-color : red;
}

.costb {
    font-weight : bold;
    color : black;
    background-color : aqua;
}

.costc {
    font-weight : bold;
    color : white;
    background-color : gray;
}

.costd {
    font-weight : bold;
    color : white;
    background-color : navy;
}

.coste {
    font-weight : bold;
    color : white;
    background-color : silver;
}

.costf {
    font-weight : bold;
    color : white;
    background-color : black;
}

.costg {
    font-weight : bold;
    color : white;
    background-color : green;
}

.costh {
    font-weight : bold;
    color : white;
    background-color : olive;
}

.costi {
    font-weight : bold;
    color : white;
    background-color : teal;
}

.costj {
    font-weight : bold;
    color : white;
    background-color : blue;
}

.costk {
    font-weight : bold;
    color : white;
    background-color : lime;
}

.costl {
    font-weight : bold;
    color : white;
    background-color : purple;
}

.costm {
    font-weight : bold;
    color : #000000;;
    background-color : yellow;
}

.costn {
    font-weight : bold;
    color : white;
    background-color : fuchsia;
}

.costo {
    font-weight : bold;
    color : white;
    background-color : maroon;
}
    
A {
	color : #921480;
	text-decoration : underline;
}


A:hover {
	color : #921480;
	text-decoration : underline;
}

A:visited {
	color : #921480;
} 

A.biglink {
	font-size : 20px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #921480;
	text-decoration : underline;
}

A.smalllink {
	font-size : 16px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #921480;
	text-decoration : underline;
}
 
A.smalllinkrev {
	font-size : 16px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #D1F0EF;
	text-decoration : underline;
}

A.smalllinkext {
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #921480;
	text-decoration : underline;
	letter-spacing: 2px;
	line-height: 15px;
}
#header {
	position: absolute;
	width: 100%
	height: 200px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
}
#sidebar {
	position: absolute;
	width: 250px;
	height: auto;
	top: 210px;
	right: auto;
	bottom: 100px;
	left: 0;
}
#menu {
	position: absolute;
	width: 200px;
	height: auto;
	top: 0px;
	right:auto;
	bottom: auto;
	left: 25px;
	background: #D1F0EF;
	border-width: medium;
	border-color: #921480;
	border-style: solid;
	text-align:center;
}
#main {
	position: absolute;
	width: auto;
	height: auto;
	top: 210px;
	left: 260px;