body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	scrollbar-arrow-color: #dceeff;
	scrollbar-track-color: #dceeff;
	scrollbar-shadow-color: #dceeff;
	scrollbar-face-color: #040191;
	scrollbar-highlight-color: white;
	scrollbar-darkshadow-color: #06013b;
	scrollbar-3dlight-color: #dceeff;
	}

TABLE, TR, TD, .bodytext, .site {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	}

.NavBar { background-repeat: repeat-y;
	max-width:202px;
	width:expression(document.body.clientWidth > 202? "202px": "auto" );
--	border:1px solid green;
	}

.BigBox { width:expression(document.body.clientWidth < 1000? "auto": "100%" );
--	border:1px solid red;
	}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: BLACK;
	font-size: 12px;
	}

.redbodytext, .warning {
	font-family: 'Lucida Sans Demibold Roman', 'Lucida Sans', 'Lucida Grande', sans-serif;
	color: #990000;
	font-size: 14px;
	font-weight: bold;}

.title { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color:#2c00ea}
.header {font-family: 'Lucida Sans Demibold Roman', 'Lucida Grande', sans-serif; color: #000000; font-size: 18px; font-weight: bold}
.site_header {font-family: Verdana, Arial, Helvetica, sans-serif; color: #990000; font-size: 16px; font-weight: bold}

.orange { font-family: Verdana, Verdana, Geneva, sans-serif; font-size: 14px; font-weight: bold; color:#ff6c00}
.white {font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 14px;
	font-weight: bold}

a:link, a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; color: blue; font-size: 13px; font-weight: normal}
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #ff6600; font-size: 13px; font-weight: normal}

a.portfolio:link, a.portfolio:visited { font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #444444; font-size: 11px; font-weight: normal}
a.portfolio:hover { font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #444444; font-size: 11px; font-weight: normal}

A.headlink:link, A.headlink:active, A.headlink:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; text-decoration: underline; font-weight: bold; font-size: 14px; color: #FFFFFF}
A.headlink:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; text-decoration: none; font-weight: bold; font-size: 14px; color: #FFFFFF}

.PortImage {border-color: BLACK;}

.email, .login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: BLACK;
	background-color: WHITE;
	text-decoration: none;
	font-weight : normal;
	border-color: #CCCCCC;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	width:200px;
	}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: WHITE;
	background-color: BLACK;
	text-decoration: none;
	font-weight: bold;
	border-color: #CCCCCC;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	padding: 1;
	}

.buttonlink {
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: WHITE;
	background-color: BLACK;
	text-decoration: none;
	font-weight: bold;
	border-color: #CCCCCC;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	padding: 5;
	}
