body, textarea, input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
td
{
	font-size:0.9em;
}
th
{
	font-size:0.9em;
	font-weight:bold;
}

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:#575C60;

}
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:#155C94;
}

.color2
{
	background-color:#5D8EAE;
}

.color3
{
	background-color:#8FAECA;
}

.color4, .tableTitle
{
	background-color:#BACDDE;
}

.color5
{
	background-color:#6699CC;
}

.color6, .tableOdd, h1
{
	background-color:#E7F4F9;
}

.color7, .light /*Header light blue*/
{
	background-color:#E7F4F9;
}

.color8 /*Light grey*/
{
	background-color:#666666;
}

.color9, .tableEven /*Very light blue*/, .lighter
{
	background-color:#F7FBFD;
}

.menuText
{
	color:#4091AA;
	font-weight:bold;
}
.menuText a
{
	color:#4091AA;
	font-weight:bold;
}
.menuText td
{
	color:#4091AA;
	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:#4091AA;
	font-weight:bold;
	font-size:0.8em;
}
.smallMenuText a
{
	color:#4091AA;
	font-weight:bold;
}

.smallText
{
	font-size:0.8em;
}

.productText td
{
	font-size:0.8em;
}

.rightBorder
{
	border-right: 1px solid #CCCCCC;
}
.leftBorder
{
	border-left: 1px solid #CCCCCC;
}

.noTop
{
	margin-top:0px;
}

.noBottom
{
	margin-bottom:0px;
}

.whiteSpace
{
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;
	padding-bottom:5px;
}

.subtleLink
{
	text-decoration: none;
	color: black;
}
.fakeLink
{
	text-decoration: underline;
	color: #999999;
}

.comment
{
	color:#2200FF;
	padding-left:30px;
	padding-right:30px;
	font-style:italic;
	
	
	margin:0px;
	padding:0px;
	font-size:1px;
	visibility:hidden;
	
}

.alert
{
	color:#009900;
	
}