/* CSS MDI GROUP 2006 */

body	{
		background: #FFF;
		margin-top: 15px;
		font-family: verdana, arial, sans-serif;
		text-align: center;

scrollbar-face-color: #EEEEEE;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #AAAAAA;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #EEEEEE;

		}

p, td, li	{
			font-family: verdana, arial, sans-serif;
			font-size: 11px;
			color:#333333;
			}
h1		{
		font-family: verdana, arial, sans-serif;
		font-size: 14px;
		font-weight: bold	;
		color:#666;		
		}
h2		{
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color:#666;
		}

.header_text	{
		font-family: verdana, arial, sans-serif;
		font-size: 10px;
		color:#666;
		}

#ie5fix	{
		height: 1px;
		voice-family: "\"}\"";
		voice-family: inherit;
		display: none;
		}
		
.navList	{
			list-style: url(assets/bullet.gif) outside;
			
			line-height: 18px;
			margin-left: 10px;
			}
.navListBullet	{
				font-size: 11px;
				width: 410px;
				margin-bottom: 15px;
				}
a:link	{
		font-weight: bold;
		color: #333;
		background-color: transparent;
		text-decoration: none;
		}
		
a:visited 	{
			font-weight: bold;
			color: #333;
			background-color: transparent;
			text-decoration: none;
			}
			
a:active	{
			font-weight: bold;
			color: #333;
			background-color: transparent;
			text-decoration: none;
			}
			
a:hover	{
			font-weight: bold;
			color: #fff;
			background-color: #000;
			text-decoration: none;
			}
			
.menu_header_line	{
			border-top:1px solid #333;
			}

.border {
		border:1px solid  #000;
		}


.copyright_text {
	font-size: 9px;
	color: #999999;
}
div.bodytext {
	width: 550px;
	height: 250px;
	padding: 15px;
	vertical-align: top;
	line-height: 1.5;
}


#auto {
	overflow: auto;
}