/*FONT CLASSES*/

.greyText {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:normal;
	font-style:italic;
	color:#c0c0c0;	
}

.largeBoldWhiteText {

	font-family:trebuchet MS;
	font-size:100%;
	font-weight:bold;
	color:#ffffff;
}

.largeBoldBlackText {

	font-family:trebuchet MS;
	font-size:100%;
	font-weight:bold;
	color:#000000;
}

.hugeGreyText {

	font-family:trebuchet MS;
	font-size:200%;
	color:#c8c8c8;
}

.largeBlackText {

	font-family:trebuchet MS;
	font-size:110%;
	font-style:italic;
	color:#000000;
}

.whiteText {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:normal;
	color:#ffffff;
}

.redText {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:normal;
	color:#ff0000;
}

.standard {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:normal;
	color:#000000;
}

.standardStr {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:normal;
	color:#000000;
	text-decoration: line-through;
}

.standardUnderline {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}

.standardItalic {

	font-family:trebuchet MS;
	font-size:90%;
	font-weight:normal;
	font-style:italic;
	color:#7f7f7f;
}

.standardRight {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:normal;
	color:#000000;
	float:right;
}

.standardBold {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:bold;
	color:#000000;
}

.standardBoldRed {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:bold;
	color:#FF0000;
}


.standardBoldItalic {

	font-family:trebuchet MS;
	font-size:90%;
	font-weight:bold;
	font-style:italic;
	color:#7f7f7f;
}

.standardBoldStr {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:bold;
	color:#000000;
	text-decoration: line-through;
}

.standardBoldTitle {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:bold;
	color:#000000;
	background-color:#FFEEEE;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
}

.smallStandard {

	font-family:trebuchet MS;
	font-size:60%;
	font-weight:normal;
	color:#000000;
}

.menuFont {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:normal;
	color:#8b864e;
}

.mouseOverMenuFont {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:bold;
	color:#ffffff;
}

.archiveMenu {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:bold;
	color:#8b864e;
	background-color:#c0c0c0;

}

.mouseOverArchiveMenu {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:bold;
	color:#ffffff;
	background-color:#c0c0c0;

}

.error {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:normal;
	color:#ff0000;
}

.readMail {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:normal;
	color:#000000;
}

.unreadMail {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:bold;
	color:#000000;
}

.mouseoverUnreadMail {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:bold;
	color:#ffffff;
	background-color:#4863A0;
	cursor:pointer;
}

.mouseoverReadMail {

	font-family:trebuchet MS;
	font-size:80%;
	font-weight:normal;
	color:#000000;
	background-color:#C6E2FF;
	cursor:pointer;
}




	