/*--- LINK STYLES ---*/

.linkMedium, .linkMedium a, .linkMedium a:visited, .pdfList, .pdfList a, .pdfList a:visited {
	font-size: 12px;
	color: #4D473B;
	padding-bottom: 8px;
	list-style-image: url(../common_elements/bullet.gif);
	text-decoration: none;
}

.linkMedium a:hover, .pdfList a:hover {
	color:#000099;
	text-decoration: underline;
}

.pdfList, .pdfList a, .pdfList a:visited {
	font-size: 10px;
	color: #4D473B;
	padding-bottom: 4px;
	padding-top: 2px;
	list-style-image: url(../common_elements/bullet.gif);
	text-decoration: none;
}

.pdfList a:hover {
	color:#000099;
	text-decoration: underline;
}


.coloredLink, .coloredLink a, .coloredLink a:visited {
	font-size: 12px;
	color: #000099;
	list-style-image: url(../common_elements/bullet.gif);
}

.linkTrail, .linkTrail a, .linkTrail a:visited {
	font-size: 10px;
	color: #AAA9A5;
	padding-bottom: 12px;
	text-decoration: none;
}

.linkTrail a:hover {
	color:#000099;
	text-decoration: underline;
}

.linkLarge {
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}

.subcategoryLink, .subcategoryLink a, .subcategoryLink a:visited {
	font-size: 12px;
	color: #4D473B;
	list-style-image: url(../common_elements/bullet.gif);
	text-decoration: none;
	padding-bottom: 2px;
	text-indent: -24px;
	padding-left: 24px;
}

.subcategoryLink a:hover {
	color:#000099;
	text-decoration: underline;
}

.subcategoryContainer {
	width: 186px;
	float: left;
}

.productLink1, .productLink1 a, .productLink1 a:visited {
	font-size: 12px;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
	padding-left: 3px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-top: 4px;
}

.productLink1 a:hover {
	color:#000099;
	text-decoration: underline;
}

.categoryHeader, .categoryHeader a, .categoryHeader a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #4D473B;
	padding-bottom: 4px;
	padding-top: 4px;
	list-style-image: url(../common_elements/bullet.gif);
	text-decoration: none;
}

.categoryHeader a:hover {
	color:#000099;
	text-decoration: underline;
}



/*--- HEADER AND SUBHEADER STYLES ---*/

.headerBig {
	font-size: 22px;
	padding-bottom: 4px;
	color: #000099;
}

.tableHeader {
	font-size: 11px;
	font-weight: bold;
	color: #4D473B;
	padding: 4px;
	text-align:center;
	background-color: #EFEDE6;
	
}

.subheader {
	font-size: 12px;
	padding-bottom: 12px;
	color: #4D473B;
}


/*--- BODYTEXT STYLES ---*/

.bodyTextLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D473B;
	line-height: 18px;
	padding-left: 3px;
	padding-right: 4px;
	padding-bottom: 10px;
}

.bodyTextMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D473B;
	padding-left: 3px;
	padding-right: 4px;
	padding-bottom: 10px;
}

.tableTextSmall {
	font-size: 11px;
	color: #4D473B;
	padding: 4px;
	text-align: center;
}


/*--- MISC ---*/

.bullet {
	padding-top: 2px;
	padding-left: 10px;
	float: left;
	width: 14px;
	height: 10px;
}

.price {
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}

.warning {
	font-size:14px;
	color:#FF3300;
}


/*--- GENERAL TAG STYLES ---*/

ul {
	margin-top: 6px;
	padding-top: 6px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 5px;
}

form {
	margin: 0px;
	padding: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D473B;
}

body {
	background-color: #EFECE2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #000099;
}

a:visited {
	color: #0066CC;
}


