/* Set-Up */
.height_horizontal_separator, #horizontal_bar_top, #horizontal_bar_bottom {height:14px;} 

/* Common class */
.width100, #horizontal_bar_top, #horizontal_bar_bottom, #inner_center {width:100%;}
.nomargin, #credits {margin: 0px 0px 0px 0px;}

/* Common selector */

a {
	text-decoration:none;
	border: none;
	color: #497f2b;
}

body { 
	background-color:#cce067;
	color: #003893;
	height:100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	padding:0px;
	margin:0px; 
}

img {
	text-decoration:none;
	border:none;
}

p {
	margin: 50px 0px 0px 0px;
}

/* Concrete */

#inner_center {
	background-color:#ffffff;
	padding: 3% 0% 1% 0%;
}

#credits {
	margin: 10px 0px 0px 0px;
	font-size: 9px;
	color: #666666;
}

#horizontal_bar_top {	
	margin:3% 0% 0% 0%;
}

#horizontal_bar_bottom {
	margin:0% 0% 0% 0%;
}

.line {
	width: 250px;
	height: 1px;
	position: relative;
	border: none;
	background: url("../img/line.png") repeat-x;
}

.line2 {
	width: 100%;
	height: 1px;
	position: relative;
	border: none;
	background: url("../img/line.png") repeat-x;
	padding-bottom: 10px;
}

.paddingTD td{
	padding-bottom: 15px;
}

.paddingTD td img{
	padding-right: 5px;
}

.bottomLogos td {
	padding: 0px 15px;
}