/* CSS Document */
/*----------------------------------style.css---------------------------------------------*/

/* default font size*/
@import url(/css/small.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd	{
	font-family:	 Arial, Helvetica, sans-serif;
	font-size: 11px;
}







/*--------------------------------- Default -----------------------------------------------*/
h1,h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #333;
	}

h1 {
	font-size: 180%;
	margin: 0;
	}

a { color: #06C; }

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #333;
}

h1 a { 
	text-decoration: none; 
	color: #333; 
	}

h1 a:hover {
	border-bottom: 1px dotted #666; 
	color: #333;
	}

h2 {
	font-size: 140%;
	padding-bottom: 2px;
	margin: 0;
	}

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */
	font-family: verdana,sans-serif;
	font-size:    medium;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
	}  

.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	padding: 10px 20px 3em 20px;
	margin: 0;
	background-image: url(../images/bkground.gif);
	}




p {
	line-height: 140%;
}
