.text_grey  {  font-family: tahoma; font-size: 12px; color: #3C3C3C; text-decoration: none}
.text_white {  font-family: tahoma; font-size: 12px; color: #FFFFFF; text-decoration: none}
.text_green {  font-family: tahoma; font-size: 11px; font-weight: bold; text-transform: uppercase; color: #8BFFB4; text-decoration: none}
.login_button {
    BORDER: black 1px solid;
    background-color: #87CEFF;
    width:60px;
    font-weight: bold;
    font-size:9px;
    font-family: tahoma;
}
.tableborder {
    BORDER: black 1px solid;
}
.error {
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:red;
}
.success {
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:darkgreen;
}
td { font-family: tahoma; font-size: 12px; color: #3C3C3C; text-decoration: none; }
th { font-family: tahoma; font-size: 12px; color: #3C3C3C; font-weight:bold; }
h1 { font-family: tahoma; font-size: 22px; color: black; text-decoration: none; line-height: 20px;}

a {
	color: #003399;
	text-decoration: none;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}

a.left {
	color: #66FFAA;
	text-decoration: none;
}
a.left:link {
	color: #66FFAA;
	text-decoration: none;
}
a.left:visited {
	color: #66FFAA;
	text-decoration: none;
}
a.left:hover {
	color: #66FFAA;
	text-decoration: underline;
}

.header { font-family: tahoma; font-size: 18px; font-weight: bold; }

.innerborder { border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 1px; border-top-style: solid; border-right-style: none; border-bottom-style: none; border-left-style: solid; border-top-color: black; border-left-color: black; }
.outerborder { border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 0px; border-top-style: none; border-right-style: solid; border-bottom-style: solid; border-left-style: none; border-right-color: black; border-bottom-color: black; }

select { font-size:10px;}
.fontColor { color:white; }