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: #FF0000;
	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;
}

.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;
} 
.cartLink{
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: bold;
}
.makeitBlue{
	color:#3300FF;
}