/* Print Stylesheet ** 
Don't know what this is? check http://www.alistapart.com/articles/goingtoprint/ */

																/* >>> ELEMENTS <<< */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background-color: #fff;
	font-family: Tahoma, Arial, Verdana, "MS Sans Serif", "Times New Roman", sans-serif;
	font-size: 10pt;
}

																/* >>> LISTS <<< */
*.x {
	display: none;
	}

a:link, a:visited, a{
	color:#2B529E;
	text-decoration:none;
}

#left{
	display:none;
}

#center{
	margin:0 0 0 0;
	padding:0;
	font-size: 15px;
	line-height:24px;
	float:left;
	width:75%;
}

#right{
	float:right;
	margin:220px 0 0 0;
}

#center ul, #center ol{
	margin:6px 0 0 15px;
	padding:0;
}

#center li{
	margin:0 0 0 0;
	padding:0 0 0 10px;
	line-height:18px;
	list-style-type:circle;
}

#header-wrap ul {
	display:none;
}

#header-wrap tr#big_buttons{
	margin:-25px 0 0 0;
}

h1.as_title{
	margin: 15px 0 15px 0;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2B529E;
	font-weight: bold;
}

.as_image{
	margin:0 0 20px 0;
}














																/* >>> TYPOGRAPHY <<< */
/*div#print {
	color: #eee;
	background-color: inherit;
	font-family: "Times New Roman";
	font-size: 14pt;
	text-align: center;
	}
	div#print strong {
		display: block;
		color: #000;
		background-color: inherit;
		font-size: 17pt;
		}
*/

