/* Navigation Links */
.nav { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold; 
	text-decoration : none; 
	color: #ffffff;
}

.nav:visited { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold; 
	text-decoration : none; 
	color: #ffffff;
}

.nav:hover { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold; 
	text-decoration : underline; 
	color: #F4A9B4; 
}
/* Input Box Settings */
.input_box { 
	border: 1 solid #000000; 
	background-color: #BBD2F9; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 13px; 
	font-weight:normal; 
}
/* Submit Button Settings */
.submit_button { 
	font-size : xx-small; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	background-color : #CCCCCC; 
	color : #000000; 
	font-weight : bold; 
	border-width : thin; 
}
.TopNav {
	background: #CC8ABC;
	color: #ffffff;
	font-weight : bold;
}
TD.TopNav {
	font-size: 12px;
	font-weight: bold;
	background: #CC8ABC;
	color: #ffffff;
}
.SideTable {
	background: #ffffff;
	border-color: #CC8ABC;
	border-style: solid;
	border-width: 1px;
}
TD.SideTableHeading {
	font-size: 10px;
	font-weight: bold;
	background: #CC8ABC;
	color: #ffffff;
}
.CenterTable {
	background: #ffffff;
	border-color: #CC8ABC;
	border-style: solid;
	border-width: 1px;
}
.CenterTableItems {
	border-color: #CC8ABC;
	border-style: solid;
	border-width: 1px;
}
.ErrorTable {
	background: #ffffff;
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
}
.Required {
	color: #FF0000;
}
TD.ErrorMain {
	font-size: 10px;
	font-weight: bold;
}
TD.CenterTableHeading {
	font-size: 12px;
	font-weight: bold;
	background: #CC8ABC;
	color: #ffffff;
}
.CartContents {
	font-size: 11px;
	text-decoration : none;
}
.CartContents:hover { 
	font-size : 11px; 
	text-decoration : underline; 
}
.PagesAlign {
	text-align: justify;
	line-height: 20px;
}
.HR1 {
	padding: 0px; 
	margin-top: 8px; 
	margin-bottom: 8px; 
	height: 1px; 
	border-style: none; 
	border-color: #CC8ABC; 
	color: #CC8ABC; 
}
/* You will not need to change below */
.small { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; }
a:hover.small { font-family : Verdana, Arial, Helvetica, sans-serif; color : #333333; font-size : 10px; text-decoration : underline; }


.header {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}


td.black {
	/* basic td tag 13 pixels black text */
	color : Black;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration : none;
}

td {
	/* basic td tag 13 pixels black text */
	color : #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration : none;
}


.smallblack { /* class for smaller 6 pixels black text */ 
color: #000000; 
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}

.smallpurple { /* class for smaller 6 pixels black text */ 
color: #CC8ABC; 
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}



a{
	/* basic a href tag */
	color : #0000cc;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}
a:visited {
	/* basic a href tag visited */
	color : #0000cc;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}
a:hover{ /* basic a href tag hover */
color : #993366;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : bold;
}

a.tiny{
	/* a href class for 10 pixel text - menus and such */
	color : #D07530;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-decoration : none;
}
a:visited.tiny {
	/* a href class for 10 pixel text - visited */
	color : #D07530;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-decoration : none;
}
a:hover.tiny{
	/* a href class for 10 pixel text - hover */
	color : #D07530;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8px;
	text-decoration : none;
}

a.footer{
	font-size: 10px;
	color : #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}
a:visited.footer {
	font-size: 10px;
	color : #d7d7d7;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}
a:hover.footer { 
	font-size: 10px;
	color : #ffcc00;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}
