.loginbar 
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	background-color: #CCCCCC; 
	height: 25px;
	text-align: right;
}

a 
{  
	text-decoration: none
}


.blackborder 
{  
	border: #666666; 
	border-style: solid; 
	border-width: 1px; 
	padding: 2px;
	
}

.blackborder tr
{
	background: #FFFF66;
}


.whitelink 
{  
	color: #FFFFFF; 
	text-decoration: none
}


a:hover
{
	text-decoration: underline;
}

IMG
{
	border: 0;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px

}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px

}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px

}

.smallwhitetext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;

}

body
{
	color: #4C4C4C;
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	background: #123454 url(../images/01_bg.gif) top repeat-x;
	padding: 20px 0 20px 0;
	text-align: center;
}

#wrapper{
	width: 650px;
	margin: auto;
	background: white url(../images/01_bodybg.jpg) repeat-y;
	text-align: left;
}

#wrapper .table
{
	width: 640px;
	background: #FFFFFF;
	text-align: center;
	margin-left: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.auto
{
	width: 100px;
}

#header{
	position: relative;
	width: 650px;
	height: 20px;
	margin: auto;
	background: url(../images/01_header01.jpg) no-repeat;
}
#footer{
	width: 650px;
	margin: auto;
	padding: 20px 0 0 0;
	background: url(../images/01_footer.jpg) top no-repeat;
}

#bodywhite
{
	width: 250px;
	color: #4C4C4C;
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	background: white;
	padding: 10px 0 10px 0;
	text-align: center;
}

.logocell
{
	text-align: left;
	width: 388px;
	height: 64px;
}

.datecell
{
	text-align: right;
	width: 288px;
	height: 64px;
}

#topbar .left
{
	width: 387px;
	height: 150px;
	text-align: left;
}

#topbar .right
{
	width: 278px;
	height: 140px;
	background: #000000;
	border: solid 1px #FFFFFF;
	padding: 5px;
}

#rightbar
{
	width: 278px;
	
	text-align: right;
}

#rightbar table
{
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 0;
}

#leftbar
{
	width: 388px;
	
	text-align: left;
}

.error
{
	color: #FF3300;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.smaller
{
	font-size: 0.8em;
}

.quickblackborder 
{  
	border: #666666; 
	border-style: solid; 
	border-width: 1px; 
	
	margin: 5px;
	padding: 5px;
	
	
}

.quickblackborder hr
{
	border: #666666; 
	border-style: solid; 
	border-width: 1px;
}

/***************************************************************************
Menu CSS code
***************************************************************************/

.menu
{
	width: 288px;
	margin-bottom: 10px;
}

.menu TH
{
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.menu TD
{
	background: #66FFFF;
	color: #000099;
	text-align: left;
}

.iconmenu
{
	width: 288px;
	margin-bottom: 10px;
}

.iconmenu TH
{
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.iconmenu TD
{
	background: #FFFFFF;
	color: #000099;
	text-align: center;
}

.redlink
{
	color: red;
	font-weight: bold;
}