body
{
 margin:0px;
 padding:0px; 
 background-color:#FFFFFF;
 font-family: Arial, Verdana, sans-serif;
}



/**********************************************************************/
/* BACKGROUND                                                       */
/**********************************************************************/
.bg_index
{
 background-image:   url('../graphics/index_02.gif');
 background-repeat: repeat-x;
}
.bg_inner
{
 background-image:   url('../graphics/inner_02.gif');
 background-repeat: repeat-x;
}

.bg_left
{
 background-image:   url('../graphics/index1_04.gif');
 background-repeat: repeat-x;
}
.bg_left_inner
{
 background-image:   url('../graphics/inner_04.gif');
 background-repeat: repeat-x;
}
.bg_right
{
 background-image:   url('../graphics/index1_06.gif');
 background-repeat: repeat-x;
}
.bg_right_inner
{
 background-image:   url('../graphics/right_bg_06.gif');
 background-repeat: repeat-x;
}
.bg_top_nav
{
 background-image:   url('../graphics/top_bg.gif');
 background-repeat: repeat-x;
}
.bg_left_nav
{
 background-image:   url('../graphics/ver_bg.gif');
 background-repeat: repeat-x;
}
.bg_left_nav_inner
{
 background-image:   url('../graphics/ver_inner_bg.gif');
 background-repeat: repeat-x;
}
.bg_right2
{
 background-image:   url('../graphics/index1_38.gif');
 background-repeat: repeat-x;
}


/**********************************************************************/
/* TEXT FORMATTING                                                      */
/**********************************************************************/
.text
{ 
    font-size:12px;
	color:#595959;
	line-height:15px;
}
.text_pop
{ 
    font-size:12px;
	color:#595959;
	line-height:15px;
	padding-left:10px;
	padding-right:10px;
}
a
{
	color:#595959;
	font-size:12px;
	text-decoration:underline;
	outline: none;
}
a:hover
{
	color:#595959;
	font-size:12px;
	text-decoration:none;
	outline: none;
}
.text_white
{
	color:#ffffff;
	font-size:12px;
	line-height:15px;
}




/**********************************************************************/
/* TEXT FOOTER                                                      */
/**********************************************************************/
.footer
{
	color:#656565;
	font-size:12px;	
}
a.footer
{
	color:#656565;
	font-size:12px;
	text-decoration:underline;
}
a.footer:hover
{
	color:#656565;
	font-size:12px;
	text-decoration:none;
}

/*---------------------------------------------------------------------------------------*/
/*------------------------------ Misc Classes ----------------------------------*/
/*--------------------------------------------------------------------------------*/
.hline
{
 font-size: 12px;
 color:#656565; 
 padding-left:1px;
 padding-right:1px;
}

.image_border
{
	border : 3px #D3D3D1 solid ;
}bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #595959;
	text-decoration: none;
}

