*{
	margin:0px;
	padding:0px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	padding:20px;
	background-color:#c8c8c8;
}
hr{
	border-bottom:1px solid #808080;
	margin-top:6px;
	margin-bottom:6px;

}
p.phr{
	border-bottom:1px solid #808080;
	display:block;
}

h1{
	font-size:24px;
	letter-spacing:5px;
}

td.tdButtonLeft{
	background-image:url(buttonleft.jpg);
	background-repeat:no-repeat;
	color:#FFFF00;
	font-weight:bold;
	height:20px;
	width:180px;
	padding-left:20px;
	padding-bottom:7px;
	line-height:19px;
}
td.tdButtonLeft a{
	display:block;
	width:155px;
	color:#FFFF00;
	font-weight:bold;
	text-decoration:none;
}
td.tdButtonLeft a:hover{
	color:#FFFFFF;
}
td.tdButtonLeftw{
	background-image:url(buttonleftw.jpg);
	background-repeat:no-repeat;
	height:20px;
	width:180px;
	padding-left:20px;
	padding-bottom:7px;
	line-height:19px;
}
td.tdButtonLeftw a{
	color:#0094ff;
	font-weight:bold;
	text-decoration:none;
}

td.tdButtonTop{
	background-image:url(buttontop.jpg);
	background-repeat:no-repeat;
	color:#FFFF00;
	font-weight:bold;
	width:120px;
	padding-right:10px;
	text-align:center;
	height:20px;
}
td.tdButtonTop a{
	display:block;
	width:120px;
	color:#FFFF00;
	font-weight:bold;
	text-decoration:none;
}
td.tdButtonTop a:hover{
	color:#FFFFFF;
}

td.tdButtonRight{
	padding-left:10px;
	color:#000000;
}
td.tdButtonRight a{
	text-decoration:none;
	color:blue;
}
td.tdButtonRight a:hover{
	text-decoration:underline;
}
td.tdButtonRight br{
	line-height:10px;;
}

a.aBottom{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

input.inpButton{
	background-color:#0094ff;
	color:#FFFFFF;
	font-weight:bold;
	width:150px;
}
input.inpText{
	background-color:#0094ff;
	color:#FFFFFF;
	width:250px;
}
textarea.inpTextarea{
	background-color:#0094ff;
	color:#FFFFFF;
	width:250px;
	height:100px;
}
input.inpFile{
	background-color:#0094ff;
	color:#FFFFFF;
	width:330px;
}
select.selText{
	background-color:#0094ff;
	color:#FFFFFF;
	width:250px;
}

ul{
	margin-left:20px;
	padding-left:20px;
}
ul.ulError li{
	color:#FF0000;
}

div.divOverview{
	width:150px;
	height:180px;
	font-size:10px;
	text-align:center;
	margin:10px;
	padding:5px;
	border:2px solid #0094ff;
	float:left;
	background-color:#CCCCCC;
}
table.tblBox{
	background-color:#cccccc;
	border:1px solid #0094ff;
}
table.tblBox td{
	padding:2px;
}
th.thShiny{
	font-size:16px;
	background-image:url(bgth.jpg);
	height:25px;
	color:#cceeff;
}
table.tblTopAlign tr td{
	vertical-align:top;
}