body {
	height: 100%
}
TABLE.grayborder {border-collapse:collapse; border:1px solid #CCCCCC;}
DIV.banner {
	position: relative;
	left: 100px;
	top: 5px;
	z-index: 1;
}
/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 12px; color : {T_BODY_TEXT} }
a.mainmenu		{ text-decoration: none; color : {T_BODY_LINK};  }
a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

.small_text {
	font-size: 11px;
	text-decoration: none;
	font-family : Arial;
}
a.small_text		{ text-decoration: none; color : {T_BODY_LINK};  }
a.small_text:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

.medium_text {
	font-size: 12px;
	text-decoration: none;
	font-family : Arial;
}

.cattitle, h1 {
	background-color: #ECECE5;
	font-size: 12px;
	font-family : Arial;
	font-weight : bold;
	line-height : 12pt;
	page-break-after : avoid;
}

.thTop {
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
}

.forumlink {
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
	text-decoration : underline;
}

.row1 {
	border-top : 1px solid #ECECE5;
	border-right : 1px solid #ECECE5;
}
.row2 {
	border-top : 1px solid #ECECE5;
}

.row1_c {
	border-top : 1px solid #ECECE5;
	border-right : 1px solid #ECECE5;
}
.row1_cr {
	border-top : 1px solid #ECECE5;
}
.row2_c {
	border-top : 1px solid #ECECE5;
	border-right : 1px solid #ECECE5;
	background-color : #F7F7F7;
}
.row2_cr {
	border-top : 1px solid #ECECE5;
	background-color : #F7F7F7;
}

.copyright {
	font-family : Arial;
	font-size : 10px;
	text-decoration : none;
}
input.post,textarea.post,select.post {
	border : 1px solid #003366;
	font-family : Arial;
	font-size : 10px;
}
input.mainoption {
	border : 1px solid #ECECE5;
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
}
input.liteoption, input.button {
	border : 1px solid #ECECE5;
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
}

a.cattitle		{ text-decoration: none; color : {T_BODY_LINK};  }
a.cattitle:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* The content of the posts (body of text) */
.postbody {
	font-size : 12px;
	font-family : Arial;
}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.helpline {
	border : none;
	background-color : transparent;
}
p {
	text-align: justify;
}