﻿*
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;		
}

html, body
{
	margin: 0px;
	padding: 0px;
}

html
{
	margin: 8px 0 15px 0;
}

ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

li
{
	display: inline;
}

a
{
	text-decoration: none;
	outline: none;
	border: none;
}

img
{
	text-decoration: none;
	outline: none;	
	border: none;	
}

.Clear
{
	clear: both;
	height: 1px;
	width: 1px;
}

.TextDkPurple
{
	color: #333366;	
	font-weight: normal;
}

.TextLtPurple
{
	color: #9e9bc6;	
}

.TextDkPurpleBold
{
	color: #333366;	
	font-weight: bold;
}

.TextDkPurpleBoldUnderline
{
	color: #333366;	
	font-weight: bold;
	text-decoration: underline;
}

.TextLtPurpleBold
{
	color: #9e9bc6;	
	font-weight: bold;
}

.HeaderDkPurpleLarge
{
	color: #333366;
	font-size: 25px;
	font-weight: bold;
}

.HeaderDkPurpleNormal
{
	color: #333366;
	font-size: 21px;
	font-weight: normal;		
}

.HeaderDkPurpleSub
{
	color: #333366;
	font-size: 12px;
	font-weight: bold;
}

.TextGrey
{
	color: #666666;		
	font-size: 12px;
	font-weight: normal;	
}

.TextGreyBold
{
	color: #666666;		
	font-size: 12px;	
	font-weight: bold;	
}

.TextGreySub
{
	color: #666666;		
	font-size: 11px;	
}

.H1WhiteBold
{
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

.BodyTextWhite
{
	font-size: 12px;
	color: #ffffff;
}

.BodyTextWhiteBold
{
	font-size: 12px;
	font-weight: bold;	
	color: #ffffff;	
}

.PinkLink
{
	color: #ff99ff;
	font-size: 12px;	
	font-weight: bold;	
}

.PinkLink:hover
{
	color: #ffffff;
}

.PurpleText
{
	color: #993399;
	font-size: 12px;	
	font-weight: bold;	
}

.PurpleLink
{
	color: #993399;
	font-size: 12px;	
	font-weight: bold;	
}

.PurpleLink:hover
{
	color: #ff99ff;
}

.DkPurpleLink
{
	color: #333366;
	font-size: 12px;	
	font-weight: bold;	
}

.DkPurpleLink:hover
{
	color: #ff99ff;
}

.PurpleLinkThin
{
	color: #993399;
	font-size: 12px;
}

.PurpleLinkUnderline
{
	color: #993399;
	font-size: 12px;	
	text-decoration: underline;
}

.PurpleLinkUnderline:hover
{
	color: #ff99ff;
}

#SidebarMisc1Link
{
	position: absolute;
	top: 632px;
}

#SidebarMisc2Link
{
	position: absolute;
	top: 742px;
}

.Center
{
	width: 100%;
	text-align: center;
}

.errorText
{
	color: Red;
}

.Italics
{
	font-style: italic;
}

.OrderNowButton
{
	height: 44px;
	width: 151px;
	margin-top: 14px;
	display: block;
	background-image: url(../images/OrderNowButton.png);
	background-repeat: no-repeat;		
}

.OrderNowButton:hover
{
	background-position: 0 -44px;	
}

.RedText
{
	color: Red;
}

.Striked
{
	text-decoration: line-through;
}

.bo1 {border:1px solid #000000;}

.mt25 {margin-top: 25px;}
.mt20 {margin-top: 20px;}
.mt15 {margin-top: 15px;}
.mt10 {margin-top: 10px;}
.vam {vertical-align: middle;}
.fl {float: left;}
.mgnr15 {margin-right: 15px;}