@charset "utf-8";
/* CSS Document */

html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}

h2{
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 3px;
	font-style: normal;
	padding-left: 3px;
}

a{
	color: #0000FF;
}

/* layout table */

#tableLayout{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #222222;
	border-bottom-color: #222222;
	border-left-color: #222222;
	margin-bottom: 25px;
	background-color: #FFFFFF;
}
#tdHeader{
}
#tdNavbar{
	background-color: #111111;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
#tdNavbar a{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #111111;
	display: inline-block;
	line-height: 26px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a0a0a0;
	padding-right: 12px;
	padding-left: 12px;
}
#tdNavbar a:hover{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
#tdBody{
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

#tdFooter{
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 8px;
	padding-bottom: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	background-color: #E7E7E7;
	color: #666666;
}
#tdFooter a{
	color: #666666;
	text-decoration: none;
}

/* index body */

#tdIndexbody1{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #111111;
}
#tdIndexbody2{
	background-color: #111111;
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9d9d9d;
}
#tdIndexbody3{
}
#tdIndexbody4{
	background-color: #111111;
	height: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9d9d9d;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}


/* Table SubContent */

#tableSubcontent{
}
#tdSubContent1{
	vertical-align: top;
}
#tdSubContent2{
	vertical-align: top;
	text-align: center;
	background-color: #F0F0F0;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-left-color: #999999;
}
#divContent1{
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
#divContent1 img{
	border: 1px solid #CCCCCC;
}
#TableContentLogos{
	background-color: #FFFFFF;
	border: 1px dotted #999999;

}
.spanUseful {
	font-size: 13px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
