/***********************************************************************/
/*  Site - MASTER                                                      */
/***********************************************************************/
/*  Clear all styles                                                   */
/***********************************************************************/

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: verdana, arial, sans-serif;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	}

/***********************************************************************/
/*  Set defaults                                                       */
/***********************************************************************/

body {
	text-align: center;
	font-size: 9pt;	
	background-color:#FFFFFF;
/*	background: #e4eae8 url(../i/site/body_bk.jpg) repeat-x; */
	}
	
#site {
	width: 968px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	font-weight:normal;
	color:#666666;
	background-color:#FFFFFF;
/*	background: #e4eae8 url(../i/site/body_bk.jpg) repeat-x; */
	}
	
p {
	padding:3px, 0px, 3px, 0px;
	}

h1
 {
	font-size: 130%;
	}

h2
 {
	font-size: 120%;
	}

h3 {
	font-size:120%;
	letter-spacing:0.7px;
	font-weight:900;
		}

h4 {
	font-size: 110%;
	}

h5 {
	font-size: 110%;
	}

h6 {
	font-size: 110%;
	}
	
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
	}

a {
	text-decoration:none;
	color: #000000;
	}

a:hover {
	text-decoration:none;
	color: #797979;
	}

/***********************************************************************/
/* Default for tables                                                  */
/***********************************************************************/

table
{
	border:0px;
	margin: 0px;
	padding: 0px;
	clear:both;
}

table td
{
	padding: 2px;
	vertical-align: middle;
}

table .header 
{
	font-size:120%;
	font-weight:normal;
	text-align:left;
	padding:5px 8px 5px 8px;
}

/***********************************************************************/
