@charset "utf-8";
/*
Title:		Screen.css
auther :    corbus
--
Notes:
	= Controlling stylesheet for screen rendering; imports other sheets;
		defines rules for the highest-level layout containers
*/
@import url("lib/fonts.css");
@import url("lib/shell.css");
/*
Set base font-size based on default browser setting of 15px
*/

body{font:14px/19px Conv_humanist777, Verdana, Arial, Helvetica, sans-serif; color:#333; background:url(../images/gradient_background.jpg) repeat-x #c9e7f1;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, caption, tbody, tfoot, thead{margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; vertical-align:baseline; line-height:normal}
option{padding-left:5px;}
.clearfixa{clear:both;font-size:0;height:0;line-height:0;visibility:hidden;}
a, a:hover{text-decoration:none;color:#0e4d9a;}
._left{float:left;}
._right{float:right;}
._last{padding:0px!important; margin:0px!important; background:none!important;}
._center{ text-align:center;}
._bo{ border:0px!important;}

