/* CSS Document */

body  {
	color : black;
	font-family : Tahoma;
	font-size : 13px;
	background-color : #cccccc;
	padding : 0px;
	margin : 0px;
 }
 
td  {
	color : black;
	font-family : Tahoma;
	font-size : 13px;
 }
 
a:link  {
color : #0000FF;
}

a:visited  {
color : #0000FF;
}

a:active  {
color : #00CC33;
}

a:hover  {
color : Red;
}

h6  {
font-size : 11px;
}

strong  {
font-size : 13px;
font-weight : bold;
}

#bodyContainer {
}

#topMenu {
	background-color : #ffffff;
	padding : 8px;
}

#topMenu a {
	color : red;
	padding : 8px;
	font-weight : bold;
}

#topMenu a:hover {
	color : #000000;
	padding : 8px;
	font-weight : bold;
}
#cornerPic {
	width : 225px;
	background-color : #000000;
	background-image: url(images/ricecarcorner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#contentCell {
	background-color : #ffffff;
}

#contentArea {
	padding : 8px;
}
