H1
{
	font-family : arial;
	font-size : 24pt;
	font-weight : bold;
	margin: 0px;
}
H2
{
	font-family : arial;
	font-size : 12pt;
	font-weight : bold;
	margin: 0px;
}
H3
{
	font-family : arial;
	font-size : 10pt;
	font-weight : bold;
	margin: 0px;
}
H4
{
	font-family : arial;
	font-size : 8pt;
	font-weight : bold;
	margin: 0px;
}

BODY.main 
{
	background: #f5f5f5;
	margin: 0px;
	padding: 0px;
	font-family : arial;
	font-size : 10pt;
	color : #000000;
}
DIV.main 
{
	background: #ffffff url("../images/upload.png") center center no-repeat;
	text-align: center;
	margin: 0px;
	padding: 10px;
	min-height: 600px;
}
DIV.uploadForm 
{
	text-align: center;
	margin: 0px;
	padding-top: 200px;
	color : #ffffff;
}
DIV.login 
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100px;
	width: 100px;
	background: #ffffff url("../images/login.png") center center no-repeat;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
DIV.logout
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100px;
	width: 100px;
	background: #ffffff url("../images/logout.png") center center no-repeat;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
DIV.message
{
	background: #ffffff;
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-family : arial;
	font-size : 14pt;
	color : #FF0000;
}
INPUT.field
{
	background: #ffffff;
	color: #000000;
	border: 1px solid #000000;
}
INPUT.button
{
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	font-family : arial;
	font-size : 10pt;	
	font-weight : bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
INPUT.buttonLarge
{
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	font-family : arial;
	font-size : 16pt;	
	font-weight : bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
TR.listRowEven
{
	background: #F4F8FB;
	font-family : arial;
	font-size : 10pt;
	color : #000000;
	font-weight : bold;
	margin: 0px;
	padding: 0px;
}
TR.listRowOdd
{
	background: #FFFFFF;
	font-family : arial;
	font-size : 10pt;
	color : #000000;
	font-weight : bold;
	margin: 0px;
	padding: 0px;
}
TR.listRowHover
{
	background: #4699b8;
	font-family : arial;
	font-size : 10pt;
	color : #FFFFFF;
	font-weight : bold;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
TD.listRowHeader
{
	background: #FFFFFF;
	font-family : arial;
	font-size : 10pt;
	color : #000000;
	font-weight : bold;
	margin: 0px;
	padding: 0px;
}
DIV.fileList
{
	text-align: left;
	width: 700px;
	opacity: 0.85;
	filter:Alpha(opacity=85);
	margin-left: auto ;
	margin-right: auto ;
	overflow: auto;
}