/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000; background-color:#d2d1d0;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{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{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/*
Fonts CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;outline: none;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
	color: #000;
	background-color:#000;
	line-height: 150%;
}

h1 {
	display: none;
}

h2 {
	color: #F60;
	border-bottom: 1px solid #F60;
	padding-bottom: 5px;
	font-size: 2em;
	margin: 18px 0 18px 0;
}

h3 {
	color: #F36;
	font-size: 1.5em;
	margin: 13px 0 13px 0;
}

a, a:visited {
	color: #090;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#header {
	width: 769px;
	height: 183px;
	margin: 0 auto;
	background: url(images/header.gif) no-repeat;
}

#page {
	width: 769px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

#content {
	margin: 0 20px 20px 20px;
}
