H1, H2, H3
{
color:white; text-align: center; font-weight: bold
}
P, DIV
{
	color:white;
	text-align: center
}
DIV
{

}
DIV.tip
{
text-align: right; font-style: italic
}
body
{
background-image: url("/images/back.gif");
Background-attachment: fixed;
}
.quote
{
	text-align: left;
	font-style: italic;
}
.vrc-photo
{
	float: left;
	width: 248px;
}
div.vrc-txt
{
	float: right;
	width: 71%;

}
br.separator
{
	clear:both;
}
/* KPE imported */
h1
{
	text-align: center;
}
.centered
{
	text-align:center;
}
.content
{
	width: 100%;
}
h2
{
	border-width:2px;
	border-color:#1C302C;
/*	background-color: #3B2A5C;
*/	width:100%;
}
.text
{
	border-width:2px;
	border-color:#1C302C;
	width:100%;
}
.sidebar
{
/*	background-color: #523B81;*/
	font-size: 20px;
}
.info
{
	font-size:10px;
}
.regtext
{
	font-size:15px;
}
a:link
{
	color:#00FF00;
}
a:visited
{
	color:#00FF00;
}
a:hover
{
	color:#55F9FF;
}
.icon
{
	width:100px;
	height:100px;
}
.cell
{
	display: table-cell;
	border-width: 2px;
	border-style:solid;
	border-color:red;
	vertical-align: center;
}
.row
{
	display: table-row;
	border-width: 2px;
	border-style:solid;
	border-color:blue;
}
.table
{
	display: table;
	border-width: 2px;
	border-style:solid;
	border-color: green;
}
#button
{
	border-width: 2px;
	border-color: green;
	border-style: groove;
}
#button:hover
{
	background-color: #0E32FF;
}
.plaintext
{
	text-align: justify;
}
#i
{
	font-style: italic;
}
i
{
	color:#C8FFDD;
}
.footer
{
	clear: both;
	width:100%;
/*	border-color: #717171;
	border-width: 1;
	border-style: solid;
*/}
#center
{
	text-align:center;
}
.hud
{
	width: 100%;
	text-align: center;
}
.menu
{
	text-align: center;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
.maxsize
{
	height:150px;
	width: 200px;
}