/* global ----------------------------------*/

body { 
	background:#F1F1D6; 
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	padding: 0; 
	}
	
body.popup { 
	background:#E9F2FB; 
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	padding: 0; 
	}
	
	A 			{ color: #669999; text-decoration: none; font-family: arial, helvetica, sans-serif; font-size: 11px; } 
	A:link		{ color: #669999; } 
	A:visited	{ color: #669999; } 
	A:active	{ color: #669999; } 
	A:hover		{ color: #666666; }


/* -- standard elements ---------------------------------------------------- */
.txt, td, th, p { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #333; }
.input, select, textarea { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #333; }
.header { font-family: times, serif; font-size: 18px; color: #996699; text-transform:uppercase; }
.headersm { font-family: times, serif; font-size: 12px; color: #996699; text-transform:uppercase; }
.header2 { font-family: times, serif; font-size: 16px; color: #996699; text-transform:uppercase; }



/* -- header styles */
H1, H2, H3 { font-family: arial, helvetica, sans-serif; color: #336699; margin: 0px; padding: 2px 0px 2px 0px; }
H4, H5, H6 { font-family: arial, helvetica, sans-serif; color: #666666; margin: 0px; padding: 2px 0px 2px 0px; }
H1 { font-size: 12px; }
H2 { font-size: 14px; }
H3 { font-size: 16px; }
H4 { font-size: 12px; }
H5 { font-size: 14px; }
H6 { font-size: 16px; }

/* -- background colors --------------------------------------------------------------- */
.tealdark { background: #99CCCC; }
.teallight { background: #CCE5E5; }
.tan { background: #CCE5E5; }
.whiteback { background: #FFFFFF; }
.buttonon { background: #F8E1F8; }


/* -- font colors --------------------------------------------------------------- */
.white { color: #ffffff; }
.tealdarktxt { color: #99CCCC; }

/* -- objects -------------------------------------------------------------- */
#padall5 { margin: 5px 5px 5px 5px; }
#padtopbottom5 { margin: 5px 0px 5px 0px; }
#padall10 { margin: 10px 10px 10px 10px; }

#hometip { background: url(images/home_tip.gif) top right no-repeat; }
#popuptip { background: url(images/popup_tip.gif) top right no-repeat; }
#popupnewsletter { background: url(images/popup_newsletter.gif) top right no-repeat; }
#padhometip { margin: 35px 10px 20px 10px; }



/* -- other links ----------------------------------------------------------------- */
a.mainnav 			{ color: #FFFFFF; font-size: 14px; }
A.mainnav:visited	{ color: #FFFFFF; font-size: 14px; }
A.mainnav:active	{ color: #FFFFFF; font-size: 14px; } 
A.mainnav:hover		{ color: #666666; font-size: 14px; }

a.mainnavon 			{ color: #666666; font-size: 14px; }
A.mainnavon:visited		{ color: #666666; font-size: 14px; }
A.mainnavon:active		{ color: #666666; font-size: 14px; } 
A.mainnavon:hover		{ color: #666666; font-size: 14px; } 

a.on 			{ color: #666666; font-size: 11px; }
A.on:visited	{ color: #666666; font-size: 11px; }
A.on:active		{ color: #666666; font-size: 11px; } 
A.on:hover		{ color: #666666; font-size: 11px; } 


/* -- specialty ------------------------------------------------------------ */
.box {
        border: solid;
        border-width: 1px;
        border-bottom-color: #999999;
        border-top-color: #999999;
        border-left-color: #ffffff;
        border-right-color: #ffffff;
}

.box2 {
        border: solid;
        border-width: 1px;
        border-bottom-color: #999999;
        border-top-color: #999999;
        border-left-color: #999999;
        border-right-color: #999999;
}



.xxx {
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	font-size: 12px;
	line-height:12px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	text-align: center;
	text-indent: -10px;
	padding: 0px 0px 0px 0px;
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 6px; 
	margin-bottom: 0px;
	background:#FFF;
	text-transform:uppercase;
	}



