
body
{
	font: 12px verdana;
}
td
{
	vertical-align: top;
}

/*  HEADER  */
td.db_1, td.db_2
{
	background: #DBDBDB;
	border: solid #000;
}
td.db_1
{
	border-width: 1px 0px 1px 1px;
}
td.db_2
{
	border-width: 1px 1px 1px 0px;
}
td.box_top
{
	background: #F8F8EE;
	border-style: solid;
	border-color: #92D8FA #76CCFD #76CCFD #92D8FA;
	border-width: 1px 5px 5px 1px;
}

/*  MENU  */
table.menu_top
{
	font: bold 12px arial;
}
td.menu_top
{
	background: #F7F7F7;
	border: solid 1px #A7A7A7;
	padding: 2px;
}
td.menu_left
{
	width: 120px;
	background: #F7F7F7;
	border: solid 1px #A7A7A7;
	padding: 20px 0px 20px 10px;
	font: bold 12px arial;
	line-height: 19px;
}

/*  CONTENT  */
td.content
{
	font: 12px verdana;
	text-align: justify;
	padding: 0px 20px;
}
td.right_panel
{
	width: 110px;
}
/*  FOOTER  */
td.footer_bar
{
	background: #DBDBDB;
	border: solid 1px #000;
}
td.footer
{
	font: 10px verdana;
	text-align: center;
	padding: 5px;
}



/*  OPEN JOBS  */
td.jobs
{
	font: bold 20px arial;
	border: solid 1px #000;
	vertical-align: middle;
	text-align: center;
}









/*  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: 11px 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, h2, h3, h4, h5, h6
{
	padding: 0px;
	margin: 0px;
}
h1
{
	font: bold 30px arial;
	color: #F09000;
}
h2
{
	font: bold 20px arial;
}
h5
{
	font: bold 15px arial;
}
h6
{
	font: bold 12px arial;
}
h1.gilded
{
	width: 275px;
	height: 61px;
	background-image: url(images/bdr_gilded.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 12px;
	margin: 0px;
	font: bold 30px arial;
	color: #F09000;
/*	border: solid 1px #F5D626;*/
	text-align: center;
	vertical-align: middle;
}

/*  FORMS */
table.form
{
	font: 12px arial;
}
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;
}

input
{
	font: 10px verdana;
	height: 17px;
}

select
{
	font: 11px verdana;
}

textarea
{
	font: 10px verdana;
}

input.btn
{
	font: 10px verdana;
	height: 25px;
}

/*  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: #03F; text-decoration:underline}
a:visited 
{color: #03F; text-decoration:underline}
a:hover 
{color: #090; text-decoration:none; }     
















