
html,body,td,th,div,span,input,select,textarea,a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	color: #000000;
	background-color: #ffffff;
	background: url('/images/bg_grad.gif');
	margin: 0px;
	padding: 0px;
}

#container {}

/*
#header {
	background-color: #000;
	border-bottom: 3px solid #DB0300;
	padding: 3px 0px 3px 0px;
}
*/

.headerLeft  { text-align: left;  padding-left: 18px;  }
.headerRight { text-align: right; padding-right: 18px; }

#navContent {
	width: 161px;
	padding: 18px 0px 0px 18px;
}

#main         { padding: 10px; }
#main a       { text-decoration: none; color: #db0300; }
#main a:hover { text-decoration: underline; }

#breadCrumb   { 
	color: #db0300;
	font-size: 14px;	
	font-weight: bold;
	border-bottom: 1px solid #999; 
	padding-bottom: 3px; 
}
#breadCrumb a { font-size: 14px; font-weight: bold; }

#content { 
	width: 580px; 
	height: 450px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px 0px 10px 10px;
}

#content .container { width: 550px; }

#navFooter img { padding-left: 40px; }

#footer         { text-align: center; }
#footer a       { text-decoration: none; color: #db0300; }
#footer a:hover { text-decoration: underline; }

.tableHeader    { background-color:#efefef; border:1px solid #c0c0c0; font-weight: bold; font-size: 14px;}
.tableHeaderAlt { background-color:#cccccc; font-weight: bold; font-size: 14px;}
.gridRow    { background-color: #efefef; }
.gridRowAlt { background-color: #ffffff; }

ul { list-style-image: url('/images/bullet.gif'); margin:0px 0px 0px 10px; padding:0px; }

h1 { font-size: 18px; color: #333333; margin: 0px; }
h2 { font-size: 14px; color: #db0300; margin: 0px; }
h3 { font-size: 14px; color: #000000; margin: 0px; }

.normalBold   { font-weight: bold; }
.normalSmall  { font-size: 10px; }
.normalSmallRed  { font-size: 10px; color: #ff0000; }
.errorMessage { font-weight: bold; color: #ff0000; }
.errorMessageItalic { font-style: italic; color: #ff0000; }
.required     { font-style: italic; color: #ff0000; }

.headLink       { font-size: 14px; text-decoration: none; color: #db0300; }
.headLink:hover { color: #c0c0c0; }

div#productSearch { margin-left: 10px; }
div#productSearch li { list-style-image:none; }
div#productSearch a { font-size: 10px; color: #ff0000; text-decoration: none; }
div#productSearch a:hover { text-decoration: underline; }

.textBox, .textArea {
	border: 1px solid #000;
	background-color: #FFFFFF;
	font-size: 8pt;
	color: #000000;
	padding-left: 3px;
}

.select { 
	font-size: 8pt; 
	color: #000000;
	cursor: hand;
	border: 1px outset #000;
}

.button {
	background-color: #E8E8E8;
	border: 1px solid #000;
	font-size: 10px;
	color: #000000;
	cursor: hand;
	height: 18px;
}

