body {
	margin:0; 
	padding:0px;
	font-size: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	background-color: #FFFFFF;
	overflow: hidden;
	-webkit-text-size-adjust:none;
}

html, body, #content	{ height:100%; }
			body					{ margin:0; padding:0; overflow:hidden; }
			#altContent				{ /* style alt content */ }
			
			
a {
	text-decoration: none;
	color: gray;
}
.bkImage {
	width: 100%;
	height: 280px;
	z-index: -1;
	position: absolute;
}
.bkImage_img {
	width:100%;
	height: 100%;
}

#menu a {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#menu_down  {
	font-size: 12px;
	font-weight: bold;
	background-color: black;
}
#menu_down a {
	color: white;
	text-decoration: none;
	
}

#submenu_table {
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-align: center;
}

#submenu a {
	color: black;
	text-decoration: none;
	text-align: center;
}
#submenu_down {
	color: white;
	background-color: black;
}

h1 {
	font-size: 17px;
	font-weight: 100;
}

h1.padding {
	padding: 0px 10px 0px 0px;
}
h1.grey {
	color: gray;
}

p {
	font-size: 10px;
	line-height: 12px;
}

#textBox {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	position: relative;
	left: 0px; 
	bottom: 0px;
	background-color: black;
	height: 15px;
	text-align: center;
	width:100%;
	color: white;
	float: bottom;
}

#textBack {
	background-color: black;
	width:100%;
	height: 100%;
}

#imgFloat {
	background-image: url("img/bk.png");
	background-repeat: repeat;
	width: 100%;
	margin-left: 10px;
}

.dotted_line { 
border-bottom: 1px dashed #747476; 
width: 100%;
margin-top: 20px;
} 

