@charset "utf-8";
/* CSS Document */

body, html {
	height: 100%;
	background: url(../images/background_repeat.gif) repeat-y scroll top center;
	margin: 0;
	padding: 0;
	text-align: center;	
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif, Eurostile;
	font-size: 11px;
	color: #666666;
	background-color:#FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
}

.bottomlinks {
	font-size: 10px;
	color: #000000;
}

.bottomlinks a:link { text-decoration: underline; color: #333333; }
.bottomlinks a:visited { text-decoration: underline; color: #333333; }
.bottomlinks a:hover { text-decoration: none; color: #333333; }
.bottomlinks a:active {	text-decoration: underline; color: #333333; }


a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}

.orangebody {
	font-size: 11px;
	color: #FF6928;
}

.orangelinks a:link {
	text-decoration: underline;
	color: #FF6928;
}
.orangelinks a:visited {
	text-decoration: underline;
	color: #FF6928;
}
.orangelinks a:hover {
	text-decoration: none;
	color: #FF6928;
}
.orangelinks a:active {
	text-decoration: underline;
	color: #FF6928;
}

.portfoliotext {
	padding: 5px 0px 10px 3px;
}


.lightbluetext {
	color: #6E8FB7;
	padding:10px;
}

.lightbluetext a:link {
	text-decoration: underline;
	color: #6E8FB7;
}
.lightbluetext a:visited {
	text-decoration: underline;
	color: #6E8FB7;
}
.lightbluetext a:hover {
	text-decoration: none;
	color: #6E8FB7;
}
.lightbluetext a:active {
	text-decoration: underline;
	color: #6E8FB7;
}