A:link { color: #000099; text-decoration: none; font-weight: bold }
A:visited { color: #b7b7b7; text-decoration: none; font-weight: bold }
A:active { color: #808080; text-decoration: none; font-weight: bold }
A:hover { color: #3300ff; text-decoration: underline; font-weight: bold}

A.sm:link { font-size: xx-small; color: #000099; text-decoration: none; font-weight: bold }
A.sm:visited { font-size: xx-small; color: #b7b7b7; text-decoration: none; font-weight: bold }
A.sm:active { font-size: xx-small; color: #808080; text-decoration: none; font-weight: bold }
A.sm:hover { font-size: xx-small; color: #3300ff; text-decoration: underline; font-weight: bold}

A.help:link { color: #990000; text-decoration: none; font-weight: bold }
A.help:visited { color: #b7b7b7; text-decoration: none; font-weight: bold }
A.help:active { color: #808080; text-decoration: none; font-weight: bold }
A.help:hover { color: #000099; text-decoration: underline; font-weight: bold}

BODY { 
	font-family: Calibri, Calibri, Tahoma, Arial, Helvetica, San-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #ffffff;
	color: #363636;
/*	background-image: url(/art/bg-gradient.jpg);
	background-position: bottom right;
	background-repeat: repeat-x;	*/
	} 
	
P { 
	font-family: Calibri, Tahoma, Arial, Helvetica, San-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #363636;
	} 

P.help { 
	font-family: Calibri, Tahoma, Arial, Helvetica, San-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	} 

STRONG 	{ 
	font-weight: bold;
	} 


BODY.help { 
	font-family: Tahoma, Calibri, Tahoma, Arial, Helvetica, San-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
	} 

H1 {
	font-family: Tahoma, Arial, Helvetica, San-serif;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	color: #5d5d5d;
	}

H2 { 
	font-family: Tahoma, Arial, Helvetica, San-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #5d5d5d;
	} 

H2.help { 
	font-family: Tahoma, Arial, Helvetica, San-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #5d5d5d;
	} 


H2.helpImportant { 
	font-family: Tahoma, Arial, Helvetica, San-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #990000;
	} 
	
H3 { 
	font-family: Tahoma, Arial, Helvetica, San-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #363636;
	} 

TD { 
	font-family: Calibri, Tahoma, Arial, Helvetica, San-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #363636;
	} 

TD.footer { 
	font-family: Calibri, Tahoma, Arial, Helvetica, San-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #363636;
	} 

TD.help { 
	font-family: Calibri, Tahoma, Arial, Helvetica, San-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	}


.LI { 
	font-family: Calibri, Tahoma, Arial, Helvetica, San-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	} 

IMG {
	border: none;
	}
	
.copyright  {
	font-family: Calibri, Tahoma, Arial, Helvetica, San-serif;
	font-weight: normal;
	font-style: normal;
	color: #363636;
	}  

.white  { 
	color: #ffffff;
	}

.noem	{
	text-indent: 0em;
	}

.help {
	color: #000000;
	}

#sidebar {
	width: 200px;
	}
	
/*  Menu */	

#menu{
	height: 40px;
	margin:auto;
	padding: 10px 10px 10px 150px;
	border: 1px solid #FFF;
	}
	
li {
	float: left;
	margin: 2px;
	padding: 4px 40px 4px 4px;
	list-style-type:none;
	text-align:center;
	}
	
	
/* styles used in the FTP Explorer*/

#FTPtable {
	width:800px;
	}

.filename {
	font-size: small;
	text-align: left;
	}
	
.size {
	font-size: small;
	text-align: right;
	}

.type {
	font-size: small;
	}
	
.date {
	font-size: small;
	}

	
.odd 
	{ 
	background: #F5F5F5; 
	}