body, p, td, input, textarea, select, option, h4, a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; }
a:link {
	color:#525e6e;
	text-decoration:underline;
}
a:active {
	color:#525e6e;
	text-decoration:underline;
}
a:visited {
	color:#525e6e;
	text-decoration:underline;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}
h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
.menu{
	vertical-align: top;
	background-color: #eeeeff;
	border: 1px solid #9999ff;
	width: 85px;
	height: 410px;
}
.c {
	text-align:center;
}
.logo_img {
	text-align:center;
	padding-top:3px;
}
.navigation td:hover {
	background-color:#fff;
}

.main{
	vertical-align: top;
	padding-left: 5px;
	width: 640px;
}
hr{
	color: #0000cd;
}
.header{
	border-top: 1px solid #9999ff;
	border-bottom: 1px solid #9999ff;
	background-color: #eeeeff;
	padding: 3px;
}
.formleft{
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
.tableheader{
	color:#fff;
	font-weight: bold;
	background-color:#9999ff;
}
.tableheader a{
	color:#fff;
	text-decoration:underline;
}
.tableheader a:hover{
	color:#ffff99;
	text-decoration:none;
}


.unpaid {
	color: #ff0000;
	font-weight: bold;
}
.unread {
	color:#cc9900;
	font-weight: bold;
}
.msgread{
	color:#999999;
}
.msgread a{
	color:#999999;
}
.msgread a:hover{
	color:#000;
}
.open {
	color: green;
	font-weight: bold;
}
.row1 {
	background-color: #ffffff;
}
.row2 {
	background-color: #eeeeee;
}
.headline {
	font-weight: bold;
	color: white;
	background-color:  #525e6e;
}
.newsdate {
	font-weight: bold;
	text-align: right;
	color: white;
	background-color:  #525e6e;
}
.newsbody {
	text-align: justify;
}
.projectsbox {
	border: 1px solid  #525e6e;
}

.error{
	color:#006600;
	border:1px solid #006600;
	background-color:#99ff99;
	padding:10px;
}

.securewarning{
	margin:10px;
	padding:10px 10px 10px 35px;
	background-image:url(images/lock_open.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
	background-color:#ffcccc;
	border:1px solid #cc0000;
	color:#cc0000;
	font-weight:bold;
}

.secureok{
	margin:10px;
	padding:10px 10px 10px 35px;
	background-image:url(images/lock.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
	background-color:#99ff99;
	border:1px solid #006600;
	color:#006600;
	font-weight:bold;
}

.msgtxt{
	margin:0px 0px 10px 0px;
	border:1px solid #cccccc;
	padding:10px;
	min-height:160px;
}
.attachments{
	margin:10px 0px 10px 0px;
	padding:10px 10px 10px 35px;
	background-image:url(images/email_attach.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
	background-color:#eeeeff;
	border:1px solid #9999ff;
	color:#9999ff;
	font-weight:bold;
}