BODY {margin:0px 30px;padding:0px;border:0px;}
BODY, td, li, input, select, a, p, h1, h2, h3, h4 {font-family:arial,helvetica,sans-serif; font-size:11px; color:#000;}

h1, h2, h3, h4 {
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 5px 0px;
	color: #000;
}

p {
	line-height: 16px;
	margin: 0px 0px 5px 0px;
}

ul{
	margin: 0px 15px 12px 15px;
	padding: 0px;
	line-height: 16px;
}

ul li{
	margin:  0px; 
	padding: 0px;
}

a{
	text-decoration:underline;
}

a:hover {
	color: #C40005;
	text-decoration:underline;
}

form {
	margin: 0px; 
	padding: 0px;
}


/*************************************************
*
*  Header Section
*
************************************************/
#header-box {
	border-bottom: 1px solid #BBBBBB; 
	margin-bottom: 15px;
	
}

/*************************************************
* Print section
************************************************/

#header-box .print-section {
	float:left;
}

#header-box .print-section a{
	display: block;
	padding: 0px 0px 0px 17px;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	margin: 23px 0px 0px 0px;
	border: 0px;
	background: url("../../../_img/icons/function_print.gif") no-repeat transparent 0px 2px;
}


/*************************************************
* Logo
************************************************/
#header-box .logo {
	float:right;
	padding: 15px 0px 5px 0px;
	background: transparent;
/*	border: 1px solid red; */

}


/*************************************************
*
*  Footer Section
*
************************************************/
#footer-box {
	margin:  0px 0px 15px 0px; 
	padding: 0; 
	background: transparent;
/*	border: 1px solid red;  */
}

#footer-box .copyright{
	float:left;
}

#footer-box .copyright p{
	color: #BBBBBB;
}

/*************************************************
*
*  CONTENT Section
*
************************************************/

#content-box {
	margin:  0; 
	padding: 0; 
	background: transparent;
/*	border: 1px solid red;  */
}

#content-box #info{
	margin: 0px;
	padding: 0px 0px 24px 0px;
}

#content-box #content{
	margin: 0px;
	padding: 0px;
}

#content-box #content #page-title{
	border-bottom: 1px solid #000; 
	margin-bottom: 15px;
}

#content-box #content #page-title h1{
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}

#content-box #content .content-element{
	border-bottom: 1px solid #BBBBBB; 
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
}

#content-box #content .last-element{
	border-bottom: 0px; 
	margin: 0px;
}


