/* CSS Document */
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow-x:auto;
}
/* end hide */
body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-color: #000000;
}
a{
	color: #CCCCCC;
    outline: none;
}
a:hover{
	text-decoration: none;
}
a.menu {
	padding: 8px;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
}
a.menu:hover {
	background-color: #0099CC;
}
a.menu:visited {
	text-decoration: none;
}
.active {
	background-color:#003366;
}

.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #CCCCCC;
	padding: 20px;
	padding-left:50px;
	width: 500px;
}
.contenthead {
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 30px;
}.image {
	;
}
.overflow_noDottedLine {
	overflow: hidden;
}

