/* text */


body {
	font-family: arial, verdana, helvetica, san-serif;
	font-size: 11px;
	color: #333333;
	background: #EDEDED;
	text-align: center;
	margin: 0 0 30px;
	}

.primary {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 700px;
	_width: 660px;
	border: 1px solid #ddd;
	border-top: none;
	}

.req {
	color: #ff0000;
}

.info {
	font-size: 10px;
	color: #666666;
	text-decoration: none;

}


h1 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;

}

h2 {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.big {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}



/* links */


a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

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

a:active {
	color: #FFFFFF;
	background-color: #CCCCCC;
}




/* images */


img.top {
	vertical-align: top;
}

img.top02 {
	vertical-align: top;
	border-style: solid;
	border-width: 10px;
	border-color: #ffffff;
	
}




/* divs */


div.navhome {
	position: absolute;
	left:0px;
	width: 130px;
	height: 330px;
	top:50px;
	padding: 0px;
	float: left;
	background-image: url(../img/gfx_nav_bg_01.gif);
	background-repeat: no-repeat;
}

