/* seeCard css file */

/* setting up body tag */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0;
	background-color:#4A0000;

}

/* a tag classes */

a.one:link
{
	color: #31312F;
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	font-style: italic;
}

a.one:visited
{
	color: #31312F;
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	font-style: italic;
}

a.one:hover, a.oneOn
{
	color: #FFccoo;
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	text-decoration: underline;
	font-style: italic;
}

a.two:link
{	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	text-decoration: none
}

a.two:visited
{	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	text-decoration: none
}

a.two:hover, a.twoOn	
{	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	text-decoration: underline
}

a.two:active	
{	color: #4A0000;
	font-weight: normal;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	text-decoration: none 
}
	
.body
{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.bodywhite
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}	
.bodybold
{
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #AF0706;
	text-decoration: none;
}
H1 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #9E0000;
	text-decoration: none;
}
.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.smllblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.menubackground {
	background-image: url(../nav/images/drivestyle-template_r3_c12.gif);
	background-repeat: repeat;
}
.bodyboldblue
{
	font-size: 18px;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.three:link
{	color: #A40A0C;
	font-weight: normal;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	text-decoration: none
}
a.three:hover, a.threeOn	
{	color: #FF0000;
	font-weight: normal;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	text-decoration: underline
}
a.three:visited
{	color: #A40A0C;
	font-weight: normal;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	text-decoration: none
}
.vert-spacer {
	background-image: url(/images/cssimg/grey-spacer.gif);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #FFFFFF;
}
.frog-foot {
	background-attachment: fixed;
	background-image: url(/sample/index_r3_c1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.hor-spacer {
	background-image: url(/images/cssimg/grey-spacer.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
a.navlink:link
{
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	padding:0px;
	border-bottom-width: 12px;
	border-bottom-style: none;
	border-bottom-color: #15701A;
	font-size: 12px;
	font-style: normal;
}

a.navlink:visited
{
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	padding:0px;
	border-bottom-width: 12px;
	border-bottom-style: none;
	border-bottom-color: #15701A;
	font-size: 12px;
	font-style: normal;
}

a.navlink:hover
{
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	padding:0px;
	border-bottom-width: 12px;
	border-bottom-style: none;
	border-bottom-color: #4A0000;
	font-size: 12px;
	font-style: normal;
	background-color: #4A0000;
}
.linevert {
	border-right-width: 1px;
	border-right-style: none;
	border-left-color: #31312F;
	border-left-width: 1px;
	border-left-style: solid;
}
.linevertright {
	border-right-color: #31312F;
	border-right-width: 1px;
	border-right-style: solid;
}
.linehoriz {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #31312F;
}
