/* Default CSS Stylesheet for a new Web Application project */

.datelineCaps
(
	color: #777777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding: 3px;
}


BODY
{
	margin: 10px 0px 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #FFFFFF;
}

img.prod1
{
	BORDER-RIGHT: #c0c0c0 1px solid; BORDER-TOP: #c0c0c0 1px solid; BORDER-LEFT: #c0c0c0 1px solid; BORDER-BOTTOM: #c0c0c0 1px solid
}

table.backgroundslate
{
	background-color: White;
	width: 100%;
}

td.backgroundslate
{
	padding: 10px;
}

td.pageheading
{
	background-color: #000000;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding: 5px;
}

td.prodlistpic
{
	text-align: center;
	padding: 5px;
}

td.prodlistname
{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

/* NAVIGATION */

ul#navlist
{
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 6px;
	padding-left: 0;
	white-space: nowrap;
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: BOLD;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 3px 20px; }

#navlist a:link, #navlist a:visited
{
color: #000000;
background-color: #FFFFFF;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #000000;
text-decoration: none;
}

/* END NAVIGATION */