/* CSS Document */

* { outline: none; 
	margin: 0;
	padding: 0;}
body
	{
		margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/scrn_bg.gif);
	}
	
a:link{color: #0066FF; text-decoration: underline;}
a:visited{color: #0066FF; text-decoration: underline;}
a:hover{color: #fe9c22; text-decoration: none;}
a:active{color: #0066FF; text-decoration: underline;}
	#nav {
	background:url(images/nav_bg.gif);
	height:28px;}
	#nav a img{
	margin:0 12px 0 12px;
	}
	#n1{
	width:150px;}
	.boxed p {
	margin: 0 25px 0 25px;}
	.boxed{
	width:700px;}
	

	.boxed hr{
	width:80%;}
	
	
	#ms.collapsed{
	background:url(images/mss.gif) no-repeat;
	width:50%;}
	
	.collapsed table{
	margin-left:35px;
	margin-top:60px;
	}
	.collapsed table td {
	line-height:20px;
	color:#333333;
	}
	
	#as.collapsed{
	background:url(images/as.gif) no-repeat;
	width:50%;
	}
	
	#as.collapsed table{
	}
	
	.expanded{
	background:#000;}
	
	#as.expanded{
	background:url(images/as.gif) no-repeat;}
	
.bigger {
	font-size: 12pt;
}
.bold { font-weight: bold; }
.left { text-align: left; }
.top { vertical-align: top; }