body{
	background-image:url(assets/imgs/bg.jpg);
	background-repeat:repeat;
}
A 			{ color: #009900; font-family:Georgia, "Times New Roman", Times, serif;font-size:13px;text-decoration: none; font-weight:bold} 
A:link		{ color: #009900; text-decoration: none; font-weight:normal;font-size:13px;} 
A:visited	{ color: #009900; text-decoration: none; font-weight:normal;font-size:13px;} 
A:active	{ color: #009900; text-decoration: none; font-weight:normal;font-size:13px; } 
A:hover		{ color: #009900;text-decoration:underline; font-weight:normal;font-size:13px; } 

.joinOurMailingList{
	font-family:tahome;
	font-size:15px;
	line-height:100%;
	color:#026892;
	font-weight:bold;
}

.bodyTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #cccccc;
	text-align: left;
	padding-right: 20px;
}
.bodyTxtBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	padding-right: 20px;
}
.bodyTxtBlackNoPadding {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
}
.bodyTxtWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	padding-right: 20px;
}
.bodyTxtGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
	padding-right: 20px;
}
.bodyTxt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #cccccc;
}
.bodyTxt2White {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.bodyTxt3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding-right: 20px;
}
.bodyTxt4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 0px;
	font-weight: normal;
	color: #999999;
	text-align: right;
	padding-right: 0px;
}
.bodyTxt5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	color: #4F2211;
	text-align: right;
}
.inputBox
{
color : #990000;
background : #FFFFFF;
border-color : #990000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana,tahoma,Arial;
font-size : 10px;
}
.inputBoxBig
{
color : #0000cc;
background : #FFFFFF;
border-color : #0000cc;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : tahoma;
font-size : 18px;
height:24px;
width:290px;
}


.text_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}
.text_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #6A6A6A;
}
.text_3 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}
.WarningText {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: RED;
}
.ConfirmText {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 12px;
	color: Green;
	font-weight:bold;
}

/*
 Custom tooltip styles to be used with AutoTooltip and
 the YUI tooltip libraries
*/
img.autoTooltip{
	cursor: help;
}
span.autoTooltip {
	cursor: help;
}
a.autoTooltip {
	cursor: hand;
}


/* Base Tooltip Styles */
.tt { 
	font: 11px Verdana, Helvetica, sans-serif;
    width: 250px;
	margin: 0;
	padding: 0;
	line-height: 15px;
    border: none;
}
.tt .bd {
	padding: 5px;
}


/* Up Arrow */
.ttPosUnder { 
	padding: 13px 0 0 0;
	background: url(assets/imgs/scr_tooltip_top_left.gif) no-repeat left top; 
}
.ttPosUnder .bd {
	padding: 12px 17px 10px 8px;
	background: #ffffe5;
	border: solid #666;
	border-width: 0 1px 1px 1px;
}

/* Down Arrow */
.ttPosOver { 
	padding: 0 0 13px 0;
	background: url(assets/imgs/scr_tooltip_btm_left.gif) no-repeat left bottom; 
}
.ttPosOver .bd {
	padding: 8px 17px 12px 8px;
	background: #ffffe5;
	border: solid #666;
	border-width: 1px 1px 0 1px;
}
