body {
	/*
	background-color: #e31b24;
	*/
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #cccccc;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS;
	font-size: 13px;
}

table {
	font-size: 13px;
}

/* Ahref styles */

a:link {
	color: #666666; 
	text-decoration: none;
	font-size : 12px;
	font-family : Trebuchet MS;
	font-weight: bold;	
}

a:visited {
	color: #666666; 
	text-decoration: none;
	font-size : 12px;
	font-family : Trebuchet MS;	
	font-weight: bold;
}

a:active {
	color: #666666; 
	text-decoration: none;
	font-size : 12px;
	font-family : Trebuchet MS;	
	font-weight: bold;
}

a:hover {
	color: #e31b24; 
	text-decoration: underline;
	font-size : 12px;
	font-family : Trebuchet MS;
	font-weight: bold;	
}

a.uphantis:link {
	color: Gray; 
	text-decoration: underline;
	font-size : 10px;
	font-family : Trebuchet MS;	
}

a.uphantis:visited {
	color: Gray; 
	text-decoration: underline;
	font-size : 10px;
	font-family : Trebuchet MS;	
}

a.uphantis:active {
	color: Gray; 
	text-decoration: underline;
	font-size : 10px;
	font-family : Trebuchet MS;	
}

a.uphantis:hover {
	color: #e31b24; 
	text-decoration: none;
	font-size : 10px;
	font-family : Trebuchet MS;	
}


/* Text styles */

.textCopyright{
	color: #666666;
	font-size: 10px;
	font-family: Trebuchet MS;
}

.textCopyrightRed{
	color: #e31b24;
	font-size: 10px;
	font-family: Trebuchet MS;
	font-style: normal;
}

.textGray{
	color: #999999;
	font-size: 13px;
	font-family: Trebuchet MS;
	font-weight: normal;
}

.textLGrey{
	color: #CCCCCC;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-weight: normal;
}

.textWhite{
	color: white;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-weight: normal;
}

.textRed{
	color: #e31b24;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-weight: normal;
}

.textRed14{
	color: #e31b24;
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: normal;
}

.textTitle{
	color: #e31b24;
	font-size: 16px;
	font-family: Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
}

/* Form styles */

.form_button{
	width: 100px;
	font-size : 12px;
	font-family: "Trebuchet MS";
}

.form_200{
	width: 200px;
	font-size : 12px;
	font-family: "Trebuchet MS";
}

.form_300{
	width: 300px;
	font-size : 12px;
	font-family: "Trebuchet MS";
}

.form_textarea{
	width: 400px;
	font-size : 12px;
	font-family: "Trebuchet MS";
}