/* COMMON STYLES */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/common/bgpattern.gif);
	background-repeat: repeat;
	font-family: verdana, helvetica, sans-serif;
	color: #000;
}
.topbannerbg	{
	background-image: url(../images/common/background.gif);
	background-repeat: repeat-x;
}
TD, td, .BodyText	{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}
h1, .h1, .headline	{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #003365;
}
.specials	{
	background-color: #94070A;
}
.specialstext	{
	font-size: 11px;
	line-height: 17px;
	color: #FFF;
}
select, input, textarea {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}
li	{
	padding-bottom: 8px;
}


/* NAVIGATION, LINK STYLES */

a, a:visited {
	color: #133462;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}

/* COPYRIGHT, FOOTER */

.copyright, a.copyright, a.copyright:visited {
	font-size: 9px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
a.copyright:hover	{
	color: #133462;
}
