/*
	TEXT
*/

.BasicInnerText
{
	color			: #191970;
	font-family		: Arial, Verdana;
	font-size		: 10pt;
	font-weight		: normal;
	padding			: 0 6 0 6;
}

.BasicHead
{
	color			: #191970;
	font-family		: Arial, Verdana;
	font-size		: 14pt;
	font-weight		: bold;
	padding			: 6 6 6 6;
}

.BasicSubHead
{
	color			: #191970;
	font-family		: Arial, Verdana;
	font-size		: 12pt;
	font-weight		: bold;
	padding			: 6 6 6 6;
}

.FooterTextL
{
	color			: #D3D3D3;
	font-family		: Arial, Verdana;
	font-size		: 7pt;
	font-weight		: normal;
	padding-left	: 6px;
}
.FooterTextR
{
	color			: #D3D3D3;
	font-family		: Arial, Verdana;
	font-size		: 7pt;
	font-weight		: normal;
	padding-right	: 6px;
}
.FooterText
{
	color			: #D3D3D3;
	font-family		: Arial, Verdana;
	font-size		: 7pt;
	font-weight		: normal;
}

.RequestInfo
{
	color			: #191970;
	font-family		: Arial, Verdana;
	font-size		: 10pt;
	font-weight		: normal;
	padding			: 0 0 3 6;
}

.BasicText
{
	color			: #191970;
	font-family		: Arial, Verdana;
	font-size		: 10pt;
	font-weight		: normal;
	padding			: 6 6 6 6;
}

.BasicTextWhite
{
	color				: #FFFFFF;
	font-family		: Arial, Verdana;
	font-size		: 10pt;
	font-weight		: normal;
	padding			: 6 6 6 6;
}

.BasicTextYellow
{
	color				: yellow;
	font-family		: Arial, Verdana;
	font-size		: 10pt;
	font-weight		: bold;
}

.BoldText
{
	color			: #191970;
	font-family		: Arial, Verdana;
	font-size		: 10pt;
	font-weight		: bold;
	padding			: 6 6 6 6;
}

.FooterCalloutHeader
{
	color			: #FFFFFF;
	font-family		: Arial, Verdana;
	font-size		: 12pt;
	font-weight		: bold;
	font-style		: italic;
	padding			: 6 6 6 6;
}

.FooterCalloutText
{
	color			: #FFFFFF;
	font-family		: Arial, Verdana;
	font-size		: 10pt;
	font-weight		: bold;
	padding			: 6 6 6 6;
}

.DeliveryAreaHeader
{
	border-bottom	: solid 1pt #FFFFFF;
	color				: yellow;
	font-family		: Arial, Verdana;
	font-size		: 12pt;
	font-weight		: bold;
	font-style		: italic;
	padding			: 6 6 6 6;
}

/*
	LINKS
*/

.DeliveryAreaLink
{
	color			: #FFFFFF;
	font-family		: Arial, Verdana;
	font-size		: 10pt;
	font-weight		: bold;
	padding			: 6 6 6 6;
}

.DeliveryAreaLink:Hover
{
	color			: Red;
	font-family		: Arial, Verdana;
	font-size		: 10pt;
	font-weight		: bold;
	padding			: 6 6 6 6;
	text-decoration : underline;
}

.BasicLink
{
	color			: #191970;
	font-family		: Arial, Verdana;
	font-size		: 10pt;
	font-weight		: bold;
	text-decoration	: none;
}

.BasicLink:Hover
{
	color			: #808080;
	font-family		: Arial, Verdana;
	font-size		: 10pt;
	font-weight		: bold;
}

.BasicLinkReverse
{
	color			: #FFFFFF;
	font-family		: Arial, Verdana;
	font-size		: 9pt;
	font-weight		: bold;
	text-decoration	: none;
}

.BasicLinkReverse:Hover
{
	color			: red;
	font-family		: Arial, Verdana;
	font-size		: 9pt;
	font-weight		: bold;
}

/* TABLES */

.MainTable
{
	background-color: #FFFFFF;
	padding			: 6 6 6 6;
}

.DefaultTable
{
	border			: solid 1px #FFFFFF;
}

.DeliveryTable
{
	border-left		: solid 1px #FFFFFF;
	color				: #FFFFFF;
	font-family		: Arial, Verdana;
	font-size		: 9pt;
	padding			: 6 6 6 6;
}

/* BULLETS */

.HomeUL
{
	padding			: 0 0 0 0;
	margin			: 3 6 3 15;
}

.HomeLI
{
	list-style-type : square;
}

/* BUTTONS */

.SmallButton
{
	background-color: #191970;
	border-color	: #D3D3D3;
	border-style	: solid;
	border-width	: 2pt;
	color			: #FFFFFF;
	font-family		: Arial, Verdana;
	font-size		: 8pt;
	font-weight		: Bold;	
	width			: 75px;
}


