h1, h2, h3, h4, h5 h6 {
	size: 20px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	font-family: verdana, arial;
	font-weight: bold;
	color: #DD0000;
	text-align: center;
}

a:visited {
	text-decoration: none;
	color: #0B326B;
}

a:link {
	text-decoration: none;
	color: #0B326B;
}

a:hover {
	text-decoration:underline;
	color: #FF0000;
}

.bodySmall{
	font-family: verdana, arial;
	font-size: 9px;
}

.bodyMid{
	font-family: verdana, arial;
	font-size: 13px;
}

.bodyLarge{
	font-family: verdana, arial;
	font-size: 20px;
	font-weight: bold;
}

.phoneNumber{
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: bold;
	color: #535353;
}


.cartLink{
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: bold;
}

.navBar{
	font-family: verdana, arial;
	font-size: 12px;
}

.nav1{
	font-family: arial, verdana;
	font-size: 11px;
	background-color: #95BBF6;
}

.nav1 a:link{
	color: #000000;
	text-decoration: none;
}
.nav1 a:visited{
	color: #000000;
	text-decoration: none;
}
.nav1 a:hover{
	color: #000000;
	text-decoration: underline;
}

.nav2{
	font-family: arial, verdana;
	font-size: 11px;
	background-color: #535353;
}
.nav2 a:link{
	color: #fffff1;
	text-decoration: none;
}
.nav2 a:visited{
	color: #fffff1;
	text-decoration: none;
}
.nav2 a:hover{
	color: #fffff1;
	text-decoration: underline;
}

.accessoriesTable{
	border-style: solid;
	border-width:4px;
	border-color: #CFD2D6;
	width: 300px;
	text-align: center;
	font-family: verdana, arial;
	font-size: 9px;
}

.thumbCell{
	border-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family: verdana, arial;
	font-size: 9px;
	width: 150px;
}

.morePages{
	font-family: verdana, arial;
	font-size: 9px;
	color: #000000;
}
.morePages a:link{
	color: #0B326B;
	text-decoration: underline;
}
.morePages a:visited{
	color: #0B326B;
	text-decoration: underline;
}
.morePages a:hover{
	color: #ff0000;
	text-decoration: underline;
}

.search{
	font-family: verdana, arial;
	font-size: 9px;
	width: 100px;
    color: #000000;
	border: 2px #95BBF6 solid;
    background: #FFFFFF;
	text-align: center;
}

.searchButton{
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 9px;
    color: #95BBF6;
    background: #0B326B;
    border: 1px #eaeaea outset;
    cursor: hand;
} 

.notify{
	font-family: verdana, arial;
	font-size: 9px;
	width: 150px;
    color: #000000;
	border: 1px #FF0000 solid;
    background: #EAEAEA;
	text-align: center;
}

.notifyTable{
	border:1px dashed #FF0000;

}

.notifyButton{
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 9px;
    color: #FFFFFF;
    background: #FF0000;
    border: 2px #eaeaea outset;
    cursor: hand;
} 
.makeitBlue{
	color:#3300FF;
}

