body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	background-color:#e7e7e7;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#popup_body {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

p {
	color: #000000;
	font-size: 12px;
	line-height: 15px;
}

li {
	list-style: square;
}

h1 	{  
	font-size: 18px; 
	font-style: normal; 
	color: #E20A16;
	line-height: 20px; 
	font-weight: bolder; 
	text-decoration: none; 
}

h2 	{  
	font-size: 17px; 
	font-style: normal; 
	color: #E20A16;
	line-height: 19px; 
	font-weight: bolder; 
	text-decoration: none; 
}

h3 	{  
	font-size: 16px; 
	font-style: normal; 
	color: #E20A16;
	line-height: 18px; 
	font-weight: bolder; 
	text-decoration: none; 
}
	
h4 	{  
	font-size: 15px; 
	font-style: normal; 
	color: #E20A16;
	line-height: 17px; 
	font-weight: bolder; 
	text-decoration: none; 
}

h5 	{  
	font-size: 14px; 
	font-style: normal; 
	color: #E20A16;
	line-height: 16px; 
	font-weight: bolder; 
	text-decoration: none; 
}

h6 	{  
	font-size: 13px; 
	font-style: normal; 
	color: #E20A16;
	line-height: 15px; 
	font-weight: bolder; 
	text-decoration: none; 
}

a:link {
	color: #E20A16;
	text-decoration: none;
}

a:visited {
	color: #E20A16;
	text-decoration: none;
}

a:hover	{
	color:#FFCC00;
	text-decoration: none;
}
	
#LogoLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	visibility: visible;
	z-index: 2;
	height: 90px;
	width: 550px;
}
	
#MainLayer {
	position: absolute;
	height:auto;
	overflow:visible;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#ffffff;
}

#MenuLayer {
	display:none;
}

#MenuLayer a {
	text-decoration: none;
	border-bottom: none;
}

#wrapper1 {
	z-index:1;
	margin-top:90px;
	margin-left:0px;
	border-left: 1px solid #000000;
}

#NewsLayer {
	display:none;
}

#TextLayer {
	margin-left: 0px;
	overflow: visible;
	visibility: visible;
	height:100%;
	z-index: 1;
	width: 409px;
	padding: 0px 40px 10px 0px; 
	border-left: 1px solid #000000;
}

#TextLayer p {
	margin-left:10px;
}

#TextLayerInt {
	margin-left:10px;
	overflow: visible;
	visibility: visible;
	height:100%;
	z-index: 1;
	padding: 0px 40px 10px 0px; 
}

#FooterLayer {
	border-top: 1px solid #000000;
	margin: 0px 40px 20px 0px;
	overflow: visible;
	visibility: visible;
	z-index: 1;
}

.noborder {
	text-decoration: none;
}