body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #333;	/*background-image: url(../images/softex.jpg);
	background-repeat: repeat;*/
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 100%;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
img	{
		border: none;
}
a:link {
	color: #639FFF;
	text-decoration: none;
}
a:visited {
	color: #8C66FF;
	text-decoration: none;
}
a:hover {
	color: #FB4FFF;
	text-decoration: none;
}
a:active {
	color: #FFCCFF;
	text-decoration: none;
}
.pagemenu {
	font-size: 75%;
}
h1 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	color: #663366;
}
h3 {
	font-size: 112%;
	color: #663366;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #CC6699;
}
.top {
	font-size: 75%;
	text-align: left;
	padding: 4px;
	height: 16px;
	width: 100px;
	background-color: #333333;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}
.contrcol1 {
	color: #999999;
}
#wrapper {
	width: 780px;
	height: auto;
	margin: 10px auto 10px auto;
	padding: 10px;
	background-color: #000000;
	border: 1px solid #CCCCCC;
}