/* Tags*/


body  {
	background-repeat: repeat;
	background-position: top left;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Georgia, sans-serif;

}

/* links
--------------------------------- */
A {
	text-decoration: underline;
}

A:link, A:visited {
  	color:#000000;
	font-weight: bold;
}

A:hover {
  color:#666666;
}
  
/* Named  */


#contenttable{
	width: 100%;
}


/* Classes */
.rule1{
	background-color: #6A6A60;
}

.darkbg {
	background-color: #212121;
}

.contentbg {
	background-color: #473332;
}

.mailbg {
	background-color: #FFFFFF;
}
.nav {
	font-family: Helvetica, Arial;
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
}

.title {
	font-family: Georgia, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}

.darktitle {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	color: #000000;

}

.whitetitle {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, sans-serif;
	letter-spacing: normal;
	color: #000000;
}

.normaltext,  td {
	font-size: 10px;
	color: #000000;
	font-family:  Georgia, sans-serif;

	}
	
.darktext {
	color: #858585;
	}
	
.mediumtext {
	font-size: 12px;
	}
	
.smalltext {
 	font-size: 10px;
	}
	
input.text, textarea.text {
     font-family: Georgia, sans-serif;
	 font-size: 10px;
     color: #000000;
     padding: 1px;
     width: 150px;
	 height: 16px;
	 letter-spacing: -1px;
     background-color: #FFFFFF;
}
