A:link {color: #C52775; text-decoration: underline;}
A:visited {color: #C52775; text-decoration: underline;}
A:active {color: #C52775; text-decoration: underline;}
A:hover {color: #1897AD; text-decoration: underline;}

.linkbar A:link {color: #FFFFFF; text-decoration: none;}
.linkbar A:visited {color: #FFFFFF; text-decoration: none;}
.linkbar A:active {color: #FFFFFF; text-decoration: none;}
.linkbar A:hover {color: yellow; text-decoration: none;}

.footer A:link {color: #2C3A2D; text-decoration: none;}
.footer A:visited {color: #2C3A2D; text-decoration: none;}
.footer A:active {color: #2C3A2D; text-decoration: none;}
.footer A:hover {color: #2C3A2D; text-decoration: none;}

BODY {background-image: url('images/backgr.jpg'); background-repeat: repeat;}

TD, P {font-size: 11px; font-family : Verdana; color: #2C3A2D}

TD.smaller {font-size: 10px; font-family : Verdana; color : #2C3A2D;}

TD.main {font-size: 11px; font-weight: normal; font-family : Verdana; color : #FFFFE0;}

TR.smaller {font-size: 10px; font-family : Verdana; color : #FFFFE0;}

P.footer {font-size: 10px;	font-family : Arial; color : #2C3A2D;}

P.heading {font-size: 13px; font-family : Verdana; color: #155982; font-weight: bold;}

h1, h2{font-size: 13px; font-family : Verdana; color: #155982; font-weight: bold;}

.inputbox {font-size: 11px; font-family : Arial, Verdana; color : #2C3A2D;}


.leftcolumn {
	margin:20px 0px 20px 45px;
	padding:0px;
	}

.leftcolumn ul {
	margin:0px;
	padding:0px;
	}

.leftcolumn li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	list-style:none;
	}

.leftcolumn li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	list-style:none;
	}
	
.leftcolumn li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#20c1de;
	text-decoration:none;
	font-weight:bold;
	list-style:none;
	}
	
.leftcolumn li a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#C52775;
	text-decoration:none;
	font-weight:bold;
	list-style:none;
	}
	

	/*- menu -*/	
#menu {
	margin:0px;
	padding: 0px;
	width: 436px;
	position: absolute;
}

#menu ul {
	margin:0px;
	padding: 0px 0px 0px 5px;
}

#menu li {
	float:left;
	padding-right:25px;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-image:url(menu/menubar.gif);
	background-repeat:repeat-x;
	list-style-type: none;
	font-size: 13px;
}

#menu li a {
	float: left;
	color: #000000;
	text-decoration: none;
	height: 14px;
}

#menu li a:hover {
	color:#20c1de;
	text-decoration: none;
