@charset "UTF-8";
/* CSS Document */
 

* {
	margin: 0px;
	padding: 0px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

fieldset,img { 
	border: 0px;
}

address, caption, cite, code, dfn, em ,strong,th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym, img { 
	border: 0px;
}

body {
	background-color: #ffffff;
	font-size: 10px;
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
	color: #333333; 
	text-decoration: none; 
	outline: 0px;
	}
	
a:hover, a:focus {
	color: #333333; 
	text-decoration: underline; 
	outline: 0px;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  TYPOGRAPHY xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

h1 {
	font: 16px /1.25 Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1.update {
	font: 14px /1.25 Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font: 12px Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;;
	color: #0099FF;
}

	h2 a:link, h2 a:visited, h2 a:active {
		color: #0099FF; 
		text-decoration: none; 
		font-weight: bold;
		outline: 0px;
		
		}
	
	h2 a:hover, h2 a:focus {
		color: #333333;
		text-decoration: none; 
		outline: 1px dotted #666666;
		background-color: #4ab4e6;
		}
	


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  TYPOGRAPHY xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/


#container {
	width: 690px;
	height: 300px;
	margin: 80px auto 0px auto;	
}



#main h1 {
	width: 690px;
	font: 32px /1.25 Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;	
}

#main h2 {
	width: 690px;
	text-align: right; 
	font: 14px /1.25 Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;	
}