/*##########################################################################################################
============================================================================================================
Client-Side Display Elements
------------------------------------------------------------------------------------------------------------
>> This is the default stylesheet for all
>> visitor-facing elements on the website
>> itself (i.e. checkout system).
============================================================================================================
##########################################################################################################*/


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> General
--------------------------------------------------------------------------------------------------
################################################################################################*/
TABLE{font-family:Arial; font-size:12pt; color:#C01F8F}

.logoline {
	font-family : Verdana, Arial;
	font-size: 20pt;
        font-style:italic;
	color: #ADADC9;
	
}

.sloganline {
	font-family : Verdana, Arial;
	font-size: 12pt;
        font-style:italic;
	color: #EAEAEA;
}


body {
color: #000000;
}


th {
color: #000000;
}

td {
color: #000000;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;

}

.sohotext {
	font-family : Arial;
	font-size: 9pt;
	color: #000000;
}

.SMtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	
}

.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.uptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
}

.FormLt1 {
	font-family : Arial;
	font-size : 8pt;
	cursor: hand;
	color: #000000;
}

.boxcontent1 {
	font-family : Arial;
	font-size: 8pt;
	color: #000000;
}


a:link {color: #DF0097; text-decoration:underline; font-size:10pt}
a:visited {color: #333399; text-decoration:underline; font-size:10pt}
a:hover {color: #808080; text-decoration:underline; font-size:10pt}
a:active {color: #9F0050; text-decoration:underline; font-size:10pt}

/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #VMENU#
--------------------------------------------------------------------------------------------------
################################################################################################*/

/*================================================================================
>> General
================================================================================*/

/* This is the main vmenu table */
table.vmenu_mainz {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* This cell contains the submenu table */
td.vmenu_main_sub {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
}

/* Contains all sub links. */
/* Placed within a single td (vmenu_main_sub) of the main link table (vmenu_mainz) */
table.vmenu_subz {
   font-size: 11px;
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
}

/*================================================================================
>> Main Menu Links
================================================================================*/

td.vmenu_main_off {   width: 100%;
   border: 0px;
   padding: 8px 5px 0px 10px;
}

td.vmenu_main_on {
   width: 100%;
   border: 0px;
   padding: 8px 5px 0px 10px;
}

div.vmenu_main_off {
   width: 100%;
   font-size: 11px;
   font-weight: bold;
}

div.vmenu_main_on {
   width: 100%;
   font-size: 11px;
   font-weight: bold;
}


a:link.vmenu_main_off { color: #000000; text-decoration: none }
a:visited.vmenu_main_off { color: #000000; text-decoration: none }
a:hover.vmenu_main_off { color: #CCCCCC; text-decoration: none; }
a:active.vmenu_main_off { color: #CCCCCC; text-decoration: none; }

a:link.vmenu_main_on { color: #000000; text-decoration: underline }
a:visited.vmenu_main_on { color: #000000; text-decoration: underline }
a:hover.vmenu_main_on { color: #CCCCCC; text-decoration: underline; }
a:active.vmenu_main_on { color: #CCCCCC; text-decoration: underline; }




/*================================================================================
/* Sub Menu Bullets
================================================================================*/

/* Sub menu bullets */
td.vmenu_sub_bull_off {
   width: 20px;
   padding: 3px 0px 0px 15px;
}

td.vmenu_sub_bull_on {
   width: 20px;
   padding: 3px 0px 0px 15px;
}

div.vmenu_sub_bull_off {
   font-size: 11px;
   color: #CCCCCC;
   font-weight: bold;
}

div.vmenu_sub_bull_on {
   font-size: 11px;
   color:#CCCCCC;
   font-weight: bold;
}

/*================================================================================
/* Sub Menu Links
================================================================================*/
td.vmenu_sub_off {
   width: 100%;
   border: 0px;
   padding: 3px 2px 0px 1px;
}

td.vmenu_sub_on {
   width: 100%;
   border: 0px;
   padding: 3px 2px 0px 1px;
}

div.vmenu_sub_off {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-size: 12px;
   font-weight: normal;
}

div.vmenu_sub_on {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-size: 12px;
   font-weight: bold;
}

a:link.vmenu_sub_off { color: #000000; text-decoration: none }
a:visited.vmenu_sub_off { color: #000000; text-decoration: none }
a:hover.vmenu_sub_off { color: #CCCCCC; text-decoration: none; }
a:active.vmenu_sub_off { color: #CCCCCC; text-decoration: none; }

a:link.vmenu_sub_on { color: #000000; text-decoration: none }
a:visited.vmenu_sub_on { color: #000000; text-decoration: none }
a:hover.vmenu_sub_on { color: #CCCCCC; text-decoration: none; }
a:active.vmenu_sub_on { color: #CCCCCC; text-decoration: none; }


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #HMAINS#
--------------------------------------------------------------------------------------------------
################################################################################################*/

/*================================================================================
>> General
================================================================================*/

/* This is the main hsub table */
table.hmains {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* This cell contains a submenu link */
td.hmains {
   border: 0px;
   padding: 2px 10px 2px 10px;
}

a:link.hmains { color: #000000; text-decoration: none }
a:visited.hmains { color:#C0C0C0; text-decoration: none }
a:hover.hmains { color: #808080; text-decoration: none }
a:active.hmains { color: #000000; text-decoration: none }





/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #HSUBS#
--------------------------------------------------------------------------------------------------
################################################################################################*/

/*================================================================================
>> General
================================================================================*/

/* This is the main hsub table */
table.hsubs {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Arial, Helvetica, sans-serif;
}

/* This cell contains a submenu link */
td.hsubs {
   width: 100%;
   border: 0px;
   padding: 2px 10px 2px 10px;
}

a:link.hsubs { color: #000066; text-decoration: none; }
a:visited.hsubs { color: #000066; text-decoration: none; }
a:hover.hsubs { color: #000000; text-decoration: none; }
a:active.hsubs { color: #000000; text-decoration: none; }


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Old Styles (to be phased out after obsolecense is assured)
--------------------------------------------------------------------------------------------------
################################################################################################*/
textarea {
	font-size:8pt;
	height:75px;
	width:175px;
}

.logohead {
	font-family : Arial;
	font-size : 25pt;
	font-weight : bold;
}

.logosub {
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
}



.border {
	font-family: Arial;
	font-size: 8pt;
	border: 1px #FFFFFF inset;
}



.menusys {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
