body, textarea, input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
td
{
	font-size:0.9em;
}

h1 /* Home page, Welcome, Latest news... */
{
	padding:0px;
	padding-left:10px;
	padding-top:4px;
	margin-top:0px;
	height:27px;
	font-size: 1em;
	font-weight: bold;
	color:#000000;

}
h2 /* */
{
	font-size: 1em;
	font-weight: bold;
}
h3 /* News headers... */
{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom:0px;
}
h4 /* */
{
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom:0px;
}
h5 /* */
{
}
h6 /* */
{
}

.color1 /*Dark blue*/
{
	background-color:#e00024;
}

.color2
{
	background-color:#5D8EAE;
}

.color3
{
	background-color:#8FAECA;
}

.color4, .tableTitle
{
	background-color:#BACDDE;
}

.color5
{
	background-color:#6699CC;
}

.color6, .tableOdd, h1, .color7
{
	background-color:#eab4b5;
}


.color8 /*Light grey*/
{
	background-color:#666666;
}

.color9, .tableEven /*Very light blue*/
{
	background-color:#F7FBFD;
}

.menuText
{
	color:#000000;
	font-weight:bold;
}
.menuText a
{
	color:#000000;
	/*font-weight:bold;*/
}
.menuText td
{
	color:#000000;
	font-weight:bold;
}
.menuText li
{
	padding-bottom:8px;
	list-style-type: square;
}
.menuText li li
{
	padding-bottom:0px;
	list-style-type: none;
	font-size:0.8em;
}
.menuText ul ul
{
	margin-left:15px;
}


.smallMenuText td
{
	color:#000000;
	font-weight:bold;
	font-size:0.7em;
}
.smallMenuText a
{
	color:#000000;
	font-weight:normal;
}

.smallText
{
	font-size:0.8em;
}

.productText td
{
	font-size:0.8em;
}

.noTop
{
	margin-top:0px;
}

.noBottom
{
	margin-bottom:0px;
}

.whiteSpace
{
	padding-left:15px;
	margin-right:15px;
	margin-bottom:10px;
	padding-bottom:5px;
}

table.whiteSpace 
{
	margin-left:15px;
}

.subtleLink
{
	text-decoration: none;
	color: black;
}
.fakeLink
{
	text-decoration: underline;
	color: #999999;
}

.insertBox
{
	float:right;
	padding:10px;
	margin:5px;
	margin-top:-10px;
	border:1px dashed #AAAAAA;
	background-color:#EEEEEE;
}
.membershipBox
{
	border:2px solid #eab4b5;
	border-collapse:collapse;
	width:95%;
}

.comment
{
	color:#2200FF;
	padding-left:30px;
	padding-right:30px;
	font-style:italic;
	
	
	margin:0px;
	padding:0px;
	font-size:1px;
	visibility:hidden;
	
	
}

.noDecoration
{
	list-style-type: none;
}