body.main
{
	background-color: #C2353D;
	font-family: Verdana;
	font-size: 11px;
	color: black;
}

table.forum
{
	width: 95%;
	border-width: 1px 0px 0px 1px;
	border-color: black;
	border-style: solid;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	align: center;
	background-color: white;
}

th
{
	padding: 2px 7px 2px 7px;
	border-width: 0px 1px 1px 0px;
	border-color: black;
	border-style: solid;
}
td
{
	padding: 2px 4px 2px 4px;
	border-width: 0px 1px 1px 0px;
	border-color: black;
	border-style: solid;	
}
tr
{
	background-color: white;
}

p.paths
{
	font-family: Verdana;
	font-size: 11px;
	color: white;
	font-weight: bold;
	margin: 0px;
	padding: 8px 0px 0px 5px;
}
tr.header
{
	background-color: #E7E7E7;
}
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.center
{
	text-align: center;
}
img.header
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
img
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	border-width: 0px 0px 0px 0px;
}

span
{
	padding: 0px 0px 0px 15px;
}


a:link.heading
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	font-weight: bold;
}
a:visited.heading
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	font-weight: bold;
}
a:hover.heading
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	font-weight: bold;
}

a:link.lastpost
{
	font-family: Verdana;
	font-size: 11px;
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:visited.lastpost
{
	font-family: Verdana;
	font-size: 11px;
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:hover.lastpost
{
	font-family: Verdana;
	font-size: 11px;
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

a:link.topic
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a:visited.topic
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a:hover.topic
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

a:link.msg
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}
a:visited.msg
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}
a:hover.msg
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

a:link.path
{
	font-family: Verdana;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:visited.path
{
	font-family: Verdana;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover.path
{
	font-family: Verdana;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
input
{
	font-family: Verdana;
	font-size: 11px;
}
textarea
{
	font-family: Verdana;
	font-size: 11px;
}
.error
{
    color: red;
    background-color: transparent;
    font-weight: bold;
    text-align: right;
}
