TD
{
	/*border:1px solid blue;*/
}


/*CSS from ITSL pages*/
a:link {
	color: #660066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660066;
}
a:hover {
	text-decoration: none;
	color: #FF0099;
}
a:active {
	text-decoration: none;
	color: #FF0099;
}
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style4 {font-size: 10px}
.style6 {	font-size: 10px;
	font-weight: bold;
	color: #660066;
}
.style2 {	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.style7 {
	color: #660066;
	font-size: 9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style8 {color: #FFFFFF}
.style9 {color: #999999; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.style10 {
	font-size: 10px;
}
.style11 {color: #999999; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; }
.style12 {color: #FF0099}

.style13
{	
	font-size:13px;
}

.subtitle
{
	font-size:11px;
	color: #660066;
}
/*===================*/
#Navbar
{
	text-align:left;
}
#Navbar A
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #660066;
	margin-left:15px;
	margin-right:15px;
	padding:0;
	padding-left:4px;
	padding-right:4px;
}

#Navbar a:hover {
	text-decoration: none;
	color: #FF0099;
}
#Navbar a:active {
	text-decoration: none;
	color: #FF0099;
}

#Navbar .anylinkcss A
{
	background-color:#ffffff;
	width:126px;
}
#Navbar .anylinkcss
{
	position:absolute;
	width:130px;
	visibility:hidden;
	z-index:2;
	margin-top:5px;
	margin-left:10px;
}
#Navbar .anylinkcss2
{
	position:absolute;
	width:130px;
	visibility:hidden;
	z-index:2;
	margin-top:5px;
	margin-left:10px;
}

BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}


P,FONT
{
	background-color:white;
}

.error
{
	color:red;
}

P
{
	margin-bottom:3pt;
}

EM
{
	color:red;
	font-weight:bold;
	font-style:normal;
}

SMALL
{
	font-size:10px;
}

.logout {
	color: #33CC33;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 10px;
}
/*News CSS*/

.news 
{
	margin: 10px 5px 10px 5px;
	padding: 0;
	font-size: 8pt;
	padding-bottom: 8px;
	border: 1px solid #868F95;
	border-bottom: 5px solid #868F95;
}

.news H3
{
	font-size: 10pt;
	font-weight: bold;
	margin:0;
	padding: 2px 2px 2px 10px;
	background-color: #868F95;
	color: white;
}

.news H4
{
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	margin:0;
	margin-bottom: 15px;
	margin-right: 3px;
	margin-top: 2px;
}

.story
{
	margin: 3px;
}

/*end news*/

INPUT 
{
	margin: 2px;
	margin-left:0px;
}

INPUT,SELECT
{
	font-size:10px;
}

TEXTAREA
{
	font-size:11px;
}

.okay
{
	color: #00FF33;
}

#Logout
{
	display:none;
	position:relative;
	color:red;
	top:40px;
	left:470px;
	width:60px;
}

#Content
{
	width:100%;
	text-align:left;
	background-color: white;
}
.tinyTable
{
	border-collapse: collapse;
	border: 1px solid black;
}
.tinyTable TH
{
	background-color: #F78C10;
	color: #FFF;
	border: 1px solid black;
}
.tinyTable TD
{
	background-color: #ccc;
	color: #000;
	border: 1px solid black;
}