a:link 			{color: #FF9600; text-decoration: none;}
a:visited 		{color: #FF9600; text-decoration: none;}
a:hover			{color: #FF9600; text-decoration: none;}
a:active		{color: #FF9600; text-decoration: none;}

a.footer:link 		{color: #6C6C6C; text-decoration: none; font-weight: bold; font-size: 7.5pt;}
a.footer:visited 	{color: #6C6C6C; text-decoration: none; font-weight: bold; font-size: 7.5pt;}
a.footer:hover		{color: #A1A1A1; text-decoration: none; font-weight: bold; font-size: 7.5pt;}
a.footer:active		{color: #A1A1A1; text-decoration: none; font-weight: bold; font-size: 7.5pt;}

html, body {
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: #FFFFFF;
	min-height: 100%;
	margin: 0px;
	background: #CE3600;
	background-image: url(../images/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	}

.hilite {
	color: #FF7E00
	}

.footer {
	color: #6C6C6C;
	font-size: 7.5pt;
	}

.portfolio {
	color: #888888;
	font-size: 7.5pt;
	}
	
#preview {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	height: 1px;
	z-index: 1000;
	}