
body {
    font-family: trebuchet, arial, sans-serif;
    text-align: center;
    font-size: 12px;
	color: #606060;
	background:	#ffffff;
	
}

html, body, h1 {
    margin: 0;
    padding: 0;
}

h1.noline {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	font-family: helvetica, arial;
	margin-bottom:3px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #f0f0f0;
	
	}

h1{
	font-size: 18px;
	color: blue;
	font-weight: bold;
	font-family: helvetica, arial;
	margin-bottom:3px;
	margin-top: 10px;
}


h2{
	font-size: 12px;
	color: blue;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	*margin: 0px 0px 0px 0px;
	
}

h3{
	font-size: 10px;
	color: blue;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	*margin: 0px 0px 0px 0px;

}


img { 
	border: 0; 
}

a {
   	font-weight: bold;
	color: blue;
	text-decoration:none;
	font-size: 12px;
}

a:hover{
	text-decoration:underline;
	color: #e0e0e0;
}

#error_msg{
	color: #CC111C;
}

#navigation
{
	padding-left: 5px;
}

#navigation a{
	padding-left: 4px;
	
}

#nav-header{
	background:#ffffff;
	color: #ffffff;
	font-weight: bold;
	width: 155px;
	padding-left: 5px;
}

#search-box{
	margin-top: 0px;
	float:right;
	text-align:left;
	border: solid 1px #f0f0f0;
	width: 260px;
	padding: 5px;
	background: #ffffff;
}

ul{
	margin: 0px;
	*margin-left:10px;
	*border: solid 1px #f0f0f0;
}

ul li{
	border: solid 1px #f0f0f0;
	list-style:none;	
	margin:0px;
}

#topline{
	border-bottom-width: 1px; 
	border-bottom-style:dotted; 
	border-bottom-color:#f0f0f0;
}


#wrapper{
	width:100%;
	height:100%;
	margin: 0px;
	background: #fffff;
	border-style: solid;
	border-width: 1px;
	border-color: #f0f0f0;
}


p{
	font-size: 12px;
}

p.small{
	font-size: 9px;
	color: #666666;
	font-weight: bold;
}


hr{
	height: 1px;
	color: #f0f0f0;
	margin-top: 20px;
	margin-bottom: 10px;
	*margin-top: 0px;
	*margin-bottom: 0px;
}

#copy{
	width: 100%;
	text-align:center;
	font-size: 10px;
}

.topborder{
	border-top-width: 1px;
	border-top-style:solid;
	border-top-color:#f0f0f0;
}

.bottomborder{
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#f0f0f0;
}

.rightborder{
	border-right-width: 1px;
	border-right-style:solid;
	border-right-color:#f0f0f0;
}

select{
	font-size: 11px;
	color:#758177;
	border-color: #f0f0f0;
	border-width: 1px;
	width: 130px;
	padding: 1px;
}

.button{
	font-size: 12px;
	color: blue;
	font-weight:bold;
	border-color: #f0f0f0;
	border-width: 1px;
	background:#ffffff;
	padding:4px;
}

th{
background: #ffffff;
color: #666666;
font-weight:bold;
text-align:center;
padding: 3px;
border: solid 1px #f0f0f0;
font-size: 12px;
}


.greyborder{
	border-color: #f0f0f0;
	border-width: 1px;
	border-style: solid;
}


fieldset{
border:1px solid #c0c0c0;
}
