body {
	background-color: #101010;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCCCCC;
}
a {
	color: #039CE0;
}

.generalContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align:justify;
}
.generalContent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align:justify;
}
.bodyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding: 20px;
	height: 381px;
	overflow: auto;
	width: 446px;
	text-align:justify;
}
.smallBodyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding: 20px;
	height: 381px;
	overflow: auto;
	width: 300px;
	text-align:justify;
}
.wideBodyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding: 20px;
	height: 381px;
	overflow: auto;
	width: 680px;
	text-align:justify;
}
.wideBodyContent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.appInput1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	text-decoration: none;
	background-color:#EBEBEB;
	border: 1px solid white;
	width: 150px;
	height: 18px;	
}
.appInput2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	text-decoration: none;
	background-color:#EBEBEB;
	border: 1px solid white;
	height: 18px;	
}

hr {
	height: 1px;
	border: 1px solid #CCCCCC;
}
#uploadStatus
{
	font-weight:bold;
	color: #039CE0;
}
#loading iframe
{
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;/*must have*/
top:0;/*must have*/
left:0;/*must have*/
z-index:-1;/*must have*/
filter:mask();/*must have*/
width: 100%;/*must have for any big value*/
height: 100%;/*must have for any big value*/;
}
.dropDown {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #303030;
	border: 1px solid #626262;
	font-size: 9pt;
	padding:10px;
}
.dropDown ul {
	list-style:none;
	margin-left:-30px;
}
.dropDown a {
	margin-bottom: 5px;
	color: #039CE0;
	text-decoration:none;
	font-weight:bold;
	line-height:12pt;
}
.dropDown a:hover {
	color: #039CE0;
	text-decoration:underline;
	font-weight:bold;
}