body {
	background-color : #F1F1F1;
}

/* textdefault *****************************************************/
.textdefault A:link,  .textdefault  A:visited   {
color: #0091DB;
text-decoration: underline;
}

.textdefault A:hover,  .textdefault  A:active   {
color: #0091DB;
text-decoration: none;
}

.textdefault  {
color: #666666;
font-size: 11px;
line-height: 15px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/****************************************************************/

/* title *****************************************************/
.title  {
color: #F78722;
font-size: 11px;
line-height: 15px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-weight : bold;
}
/****************************************************************/

/* texwihte *****************************************************/
.texwihte  {
color: #FFFFFF;
font-size: 11px;
line-height: 18px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.texwihte A:link,  .texwihte  A:visited   {
color: #FFFFFF;
text-decoration: underline;
}

.texwihte A:hover,  .texwihte  A:active   {
color: #FFFFFF;
text-decoration: none;
}
/****************************************************************/

/* footer ********************************************************/
.footer   {
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #666666;
}

.footer A:link,  .footer  A:visited   {
color: #0091DB;
text-decoration: underiline
}

.footer A:hover,  .footer  A:active    {
color: #0091DB;
text-decoration: none
}
/****************************************************************/
/* footer 2 ********************************************************/
.footer2   {
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #666666;
}
.footer2 A:link,  .footer2  A:visited   {
color: #CC0000;
text-decoration: underiline
}

.footer2 A:hover,  .footer2  A:active    {
color: #CC0000;
text-decoration: none
}
/****************************************************************/

/* footerPrivacy ************************************************/
.footerPrivacy   {
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #666666;
}

.footerPrivacy A:link,  .footerPrivacy  A:visited   {
color: #F78722;
text-decoration: underiline
}

.footerPrivacy A:hover,  .footerPrivacy  A:active    {
color: #F78722;
text-decoration: none
}
/****************************************************************/

/* texterror *****************************************************/
.texterror  {
color: #CC0000;
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/****************************************************************/

/* textForm ****************************************************/
.textForm {
	color: #666666;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: white;
	border-style:groove;
	border-bottom: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
}
/****************************************************************/

li {
	list-style-type : square;
}
