/* CSS Document */
body {
}
#content {
	
	text-align: center;
	margin: auto;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #333333;
}
p,li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	color: #333333;
}
.heading { background: url(images/bg_label.gif) repeat-x; width: 100%; height: 31px;}
.heading2 { background: url(images/bg_label.gif) repeat-x; width: 100%; height: 31px;}
.heading img, .heading2 img { float: left; vertical-align: top; }

.flashcontent {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;;
	font-size: 9px;
	color: #333333;
	padding: 15px 0;
}

img { border: none; }

/* global classes */
.left { text-align: left;}
.right { text-align: right; }
.center { text-align: center; }



a {
	color: #0033CC;
	text-decoration: none;
	font-size: 11px;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}
ul {
	text-indent: 0px;
	list-style-type: circle;
	list-style-position: inside;
	line-height: 12px;
	padding: 0px;
	margin: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
ul.sitemap {padding: 10px 15px; }
  ul.sitemap ul li { text-indent: 10px;}
ul.sitemap, ul.sitemap ul { text-align: left; list-style: none; }
  ul.sitemap li, ul.sitemap li a, ul.sitemap ul li, ul.sitemap ul li a { margin: 5px 0;}

div {
	background-color: #FFFFFF;
}


.footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;;
	font-size: 9px;
	color: #333333;
}

/* clear, floats and fixes */
.clear {
	clear:both;
	height:0px;
	line-height:1px;
	font-size:1px; 
}

.floatleft {
	float:left;
	vertical-align:top;
}

.floatleft img {
	margin: 5px;
}

.floatright {
	float:right;
	vertical-align:top;
}

.floatright img {
	margin: 5px;
}


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */
