/*********************************
* Sitewide global style settings *
*********************************/
body    {
	font-family: "Arial","Serif";
	font-size: 15px;
	background-image: url(iback.gif);
}

/***********************************
* Picture on the right of the text *
* may be used site widely.         *
***********************************/
div.intextpic    {
	float: right;
	width: 260px;
	font-family: "Arial","Serif";
	background-color: #333333;
	font-size: 90%;
	border: 1px gray solid;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/**************************************
* Main page default style definations *
**************************************/
#mainpage th {
	font-family: "Arial","Serif";
	background-color: #333333;
	border: 1px gray solid;
	text-align: left;
	font-size: 15px;
}

/***************************
* News section definations *
***************************/
#news b {
	border: 1px gray solid;
	background-image: url(compblue.gif);
	width: 300px;
	background-color: #0000aa;
}

/*#news div {
	border: 1px gray solid;
	background-image: url(compblue.gif);
}*/
/*
table    {
	font-family: "Arial","Serif";
	font-size: 15px;
}
*/

#menubar td {
	border-left-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	font-family: "Arial","Serif";
	border-left-color: gray;
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	background-color: #333333;
	width: 120px;
	font-size: 13.75px;
}

/************************************
* Define formatting for review page *
************************************/
/*
body.reviews    {
	font-family: "Arial","Serif";
	font-size: 15px;
	background-image: url(../iback.gif);
}
*/

#reviewexp table    {
	border: 1px gray solid;
}

#reviewexp td    {
	border: 1px gray solid;
}

#reviewexp th {
	border: 1px gray solid;
	background-color: black;
	font-size: 18px;
	color: yellow;
	font-family: "Arial","Serif";
	text-align: center;
}

#reviews table    {
	border: 1px gray solid;
}

#reviews td    {
	border-top: 1px gray solid;
	border-left: 1px gray solid;
}

#reviews th {
	border: 1px gray solid;
	background-color: black;
	font-family: "Arial","Serif";
	text-align: center;
}

#reviews b {
	color: yellow;
	font-size: 18px;
}

#reviewfile 

