BODY {
	background-color: white;
	margin: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image : url(images/background.jpg);
	background-attachment : fixed;
}

#main {
	border : 1px solid #666666;
	width: 725px;
}

#navrow {
	background-color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
	color: white;
	font-size: 0.85em;
}
.WhitePage {
	background-color: white;
}
.inbox {
	width: 300px;
}
H1 {
	font-size: 1em;
	color: #666666;
}
#contents {
	font-size: 0.80em;
	color: #000000;
}
#contents TD {
	font-size: 0.80em;
}
.imgC2R {
	margin-left: 20px;
	margin-bottom: 20px;
}
.imgR {
	margin-left: 20px;
	margin-bottom: 20px;
	border : 1px solid #666666;
}
.imgL {
	padding: 1px;
	margin-right: 20px;
	margin-bottom: 20px;
	border : 1px solid #666666;
}
.picborder {
	border : 1px solid #666666;	
	padding: 1px;	
}
TD {
	vertical-align: top;
}

LI {
	margin-bottom: 5px;
	list-style-image : url(images/c2r_bullet.gif);
}

A.nav:link, A.nav:active, A.nav:visited  { 
	text-decoration: none ; 
	font-weight: bold; 
	color: White; 
}
A.nav:hover   { 
	text-decoration: none ; 
	color: #a25ea5;
}

A:link, A:active, A:visited  { 
	text-decoration: none ; 
	color: #a25ea5;
	font-weight: bold;
}
A:hover   { 
	text-decoration: underline ; 
	color: Black;
}

/* Rockmill Credits */
A.rockmill:link, A.rockmill:active, A.rockmill:visited { 
	font-weight: bold; 
	color: Gray; 
}
A.rockmill:hover   { 
	color: Red;
}
.rockmill   { 
	color: Gray;
}
.footer   { 
	color: Gray;
	font-size: 0.8em;
}

/* DIRECTORY TABLES */
TH {
	text-align: left;
	font-size: 0.85em;
	color: #FFF;
}
#byOrgType, #byGoodsType {
	border-collapse : collapse;
	empty-cells : show;
	table-layout : auto;
}

#byOrgType TD, #byGoodsType TD {
	border: 1px solid Gray;
	vertical-align: top;
	padding: 4px;
	font-size: 0.75em;	
}

TH.goodsTitle {
	background-color: Silver;
}

TH#grayTH1, TH#grayTH2 {
	color: #666666;
}

TD.coName {
	background-color: #a25ea5;
	color: White;
	font-weight: Bold;
	padding-left: 35px;
}

.goodsTbl, #byGoodsType {
	width: 100%;
}

.compulsory {
	color: red;
}