/*  DEFAULTS  */
body
{
	margin: 0px;
	padding: 0px;
	background: #ECECEE;
}
td
{
	vertical-align: top;
	font: 12px verdana;
}


/*  TABLE BIG  */
table.big
{
	background-image: url(images/bg_big.gif);
	background-position: top;
	background-repeat: repeat-x;
}
td.big
{
	text-align: center;
}


/*   TABLE CENTER  */
table.center
{
	width: 750px;
}

  /*  HEADER  */
td.header
{

}
	/*  LOGO  */
td.logo
{
	height: 115px;
	width: 215px;
	vertical-align: middle;
	text-align: center;
}
td.menu
{
	background: #3298C2;
	border: solid #FFF;
	border-width: 1px 0px 1px 0px;
}
td.m_link
{
	width: 150px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	font: bold 12px arial;
}
	/*  LOGIN  */
td.login
{
	border: solid #3298C2;
	border-width: 1px 1px 0px 1px;
	background: #FFF;
	font: 10px verdana;
	text-align: right;
	padding: 5px 10px;
}
	/*  CONTENT  */
td.content
{
	height: 500px;
	border: solid #3298C2;
	border-width: 0px 1px 1px 1px;
	background: #FFF;
	padding: 20px 20px 50px 20px;
}
	/*  DATA  */
table.data
{
	width: 100%;
}
td.data_l
{
	text-align: justify;
}
td.data_c
{
	text-align: center;
}
	/*  FOOTER  */
td.footer
{
	text-align: right;
	padding: 2px;
	font: 11px arial;
	height: 50px;
}





/*  LIST  */
table.list
{
	border: 1px solid #C2C2C2;
}

td.list_rh, td.list_ch, td.list_lh
{
	font: bold 12px arial;
	background: #EEEDED;
	border: solid #C2C2C2;
	border-width: 0px 0px 1px 0px;
	padding: 2px;
}
td.list_r, td.list_c, td.list_l
{
	font: 10px verdana;
	background: #F4F4F4;
	padding: 3px;
}
td.list_l, td.list_lh
{
	text-align: right;
}
td.list_c, td.list_ch
{
	text-align: center;
}


/*  HEADINGS  */
h1
{
	font: bold 20px arial;
	padding: 0px;
	margin: 0px;
	border: solid #EEE;
	border-width: 0px 0px 1px 0px;
}
h2, h2.blue
{
	font: italic bold 15px arial;
	padding: 0px;
	margin: 0px;
	border: solid #FFA400;
	border-width: 0px 0px 1px 0px;
}
h2.blue
{
	border-color: #03F;
}
h3
{
	font: bold 18px arial;
	padding: 0px;
	margin: 0px;
}




/*  ADS  */
td.ad_top
{
	vertical-align: middle;
	text-align: center;
}
td.ad_right
{
	width: 250px;
	vertical-align: middle;
	text-align: center;
}





/*  SPANS  */
span.pages
{
	font: bold 12 px arial;
}




/*  FORMS  */
td.form_r, td.form_c, td.form_l
{
	font: 12px verdana;
	line-height: 19px;
	padding: 2px;
}
td.form_l
{
	text-align: right;
}
td.form_c
{
	text-align: center;
}


table.cform
{
	border: 1px solid #C2C2C2;
}
td.cform_r, td.cform_l
{
	font: 11px verdana;
	line-height: 19px;
	background: #F4F4F4;
	padding: 5px;
	vertical-align: top;
}
td.cform_l
{
	text-align: right;
}



input
{
	font: 10px verdana;
	height: 17px;
}

select
{
	font: 11px verdana;
}

textarea
{
	font: 10px verdana;
}

input.btn
{
	font: 10px verdana;
	height: 25px;
}
input.btn_small
{
	font: 10px verdana;
	height: 18px;
}
input.btn_img
{
	width: 126px;
	height: 22px;
}
input.btn_login
{
	width: 84px;
	height: 22px;
}
input.btn_signup
{
	width: 97px;
	height: 22px;
}
input.btn_send
{
	width: 66px;
	height: 22px;
}







/*  COLOR SPANS  */
span.green
{
	color: #090;
}
span.red
{
	color: #F00;
}
span.blue
{
	color: #03F;
}
span.orange
{
	color: #F90;
}




/**  COLOR LINKS  */
a.blue:link 
{color: #0033FF; text-decoration:none;}
a.blue:visited 
{color: #0033FF; text-decoration:none;}
a.blue:hover 
{color: #7B7B7B; text-decoration:none;}

a.red:link 
{color: #FF0000; text-decoration:none;}
a.red:visited 
{color: #FF0000; text-decoration:none;}
a.red:hover 
{color: #7B7B7B; text-decoration:none;} 

a.orange:link 
{color: #FF9900; text-decoration:none;}
a.orange:visited 
{color: #FF9900; text-decoration:none;}
a.orange:hover 
{color: #7B7B7B; text-decoration:none;}     

a.green:link 
{color: #009900; text-decoration:none;}
a.green:visited 
{color: #009900; text-decoration:none;}
a.green:hover 
{color: #7B7B7B; text-decoration:none;}    

a.brown:link 
{color: #8F8F76; text-decoration:none;}
a.brown:visited 
{color: #8F8F76; text-decoration:none;}
a.brown:hover 
{color: #0033FF; text-decoration:none;}    

/*  DEFAULT LINK  */      
a:link 
{color: #C30; text-decoration:underline}
a:visited 
{color: #C30; text-decoration:underline}
a:hover 
{color: #7B7B7B  ; text-decoration:none; }     

/* MENU LINK */
a.menu:link 
{color: #FFF; text-decoration:none}
a.menu:visited 
{color: #FFF; text-decoration:none;}
a.menu:hover 
{color: #FCF45C; text-decoration:none; }    






























