body, textarea, input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
td
{
	font-size:0.9em;
	border-color:#CCCCCC;
}

body
{
	background-color:#544444;
}


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 /* */
{
}
a
{
	color:#333333;
}

.color1 /*table background color*/
{
	background-color:#FAFAFA;
}

.color2
{
	background-color:#5D8EAE;
}

.color3
{
	background-color:#8FAECA;
}

.color4, .tableTitle
{
	background-color:#BACDDE;
}

.color5
{
	background-color:#6699CC;
}

.color6, .tableOdd, h1
{
	background-color:#EEEEEE;
}

.color7 /*Header light blue*/
{
	background-color:#EEEEEE;
}

.color8 /*Light grey*/
{
	background-color:#666666;
}

.color9, .tableEven /*Very light blue*/
{
	background-color:#F7F7F7;
}

.topMenuText
{
	color:#666666;
	font-weight:bold;
}
.topMenuText a
{
	color:#666666;
	font-weight:bold;
}
.topMenuText td
{
	color:#666666;
	font-weight:bold;
}

.menuText
{
	color:#444444;
	font-weight:bold;
}
.menuText a
{
	color:#444444;
	font-weight:bold;
}
.menuText td
{
	color:#444444;
	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;
}

.menuItem
{
	background-color: #BBBBBB;
}

.smallMenuText td
{
	color:#444444;
	font-weight:bold;
	font-size:0.8em;
}
.smallMenuText a
{
	color:#444444;
	font-weight:bold;
}

.smallText
{
	font-size:0.8em;
}

.productText td
{
	font-size:0.8em;
}

.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:#666666;
	padding-left:10px;
	font-size:0.8em;
	
	
}
.imgBorder
{
	border:1px solid gray;
	color:gray;
}
.galleryHolder
{
	overflow:auto;
	height:91px;
	width:550px;
}

div.imageDiv
{
	/*width:152px;
	height:242px;*/
	float:left;
	margin-right:5px;
	margin-left:5px;
	padding:5px;
	margin-bottom:5px;
	border:1px solid #777777;
	text-align:center;
}

.green
{
	color:#448844;
}