/* CSS Document */


* { 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
	background-color: transparent;
	}

html 	{
	font-size: 100.01%;
	}
	
body 	{ 
	color:#666666;
	font-size: 12px;
	} 

p 	{
	line-height: 150%!important;
	margin:0px 0 8px 0;
	font-size:1em;
	}

a { 	
	text-decoration: underline;
	color: #666;
		font-size:1em;
	}

a:hover { 
	text-decoration: none;
	color: #666; 
	}
	
:focus {
	outline: 0;
	}

input, textarea, option { 
	padding-left: 2px;
	}
	
textarea { 
	font-size: 100%;
	}

table {
	border-collapse:collapse;
	}
	
td 	{ 
	vertical-align : top; 
	}
	
	
strong {
	font-weight: bold;
	}

#content_left ul{
margin:5px 0 5px 16px;}

#content_left ul li{
list-style:square;
margin:2px 0 2px 0;}


/******************/
/* Headers, plain */
/******************/

h1 { 
	font-size: 1.36em;
	color:#004C99;
	margin:0 0 5px 0;
	}

h2 	{ 
	font-size: 1em; 
	color:#666;
	margin:5px 0 2px 0;
	font-weight:bold;
	}
h3 	{ 
	font-size: 1em; 
	color:#666;
	font-weight:bold;
	}


/* table .history */

table.history{
margin:0;
padding:0;}

table.history .td-0{
padding-right:10px;
font-weight:bold;}

table.history td{
padding-bottom:5px;
padding-top:5px;}

table.history tr{
border-bottom:1px solid #aab4b6;}

.cReduceTextSize, .cNormalTextSize, .cEnlargeTextSize{

}

.cReduceTextSize a, .cNormalTextSize a, .cEnlargeTextSize a{
	text-decoration:none;
	font-size:15px;
}

.cReduceTextSize a{
	margin-left:6px;
	font-size:13px;
}

.filecount{
	display:none;
}

.filelinks dd{
	padding-left:22px;
	
}

.filelinks dt{
	padding-top:5px;
	
}




