/* -------------------- Common tags -------------------- */

body
	{
	background-color: #FFFFFF;
	}

/*
b
	{
	font-family: 'Arial';
	font-size: 12px;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
	}
*/

h1
	{
	font-family: 'Arial';
	font-size: 18px;
	text-decoration: none;
	color: #777777;
	font-weight: bold;
	text-align: center;
	}

h2
	{
	font-family: 'Arial';
	font-size: 14px;
	text-decoration: none;
	color: #444444;
	font-weight: bold;
	}

h3
	{
	font-family: 'Arial';
	font-size: 14px;
	text-decoration: none;
	color: #444444;
	font-weight: bold;
	}

table
	{
	border-width: 0px;
	border-spacing: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-style: solid;
	}

td
	{
	border-spacing: 0px;
	border-width: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-style: solid;
	}

hr
	{
	color: #999999;
	}


img
	{
	border: 0px;
	padding: 10px;
	}

a
	{
	font-family: 'Arial';
	text-decoration: none;
	color: #444444;
//	font-weight: bold;
	}

a:hover
	{
	color: #33CC00;
	text-decoration: underline;
	}



/* -------------------- Special -------------------- */





/* -------------------- Tables -------------------- */


.left_menu
	{
	background-image: url("images/leftmenu1.gif");
	background-repeat: no-repeat;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-style: solid;
	}

.left_menu td
	{
	padding: 20px;
	font-family: 'Arial';
	font-size: 13px;
	text-decoration: none;
	color: #444444;
	font-weight: bold;
	}

.left_menu a
	{
	font-family: 'Arial';
	font-size: 13px;
	text-decoration: none;
	color: #444444;
	font-weight: bold;
	margin-left: 15px;
	}

.left_menu a:hover
	{
	color: #000000;
	text-decoration: underline;
	}



.top_menu
	{
	padding: 3px;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-style: solid;
	}

.top_menu a
	{
	font-family: 'Arial';
	font-size: 14px;
	text-decoration: none;
	color: #444444;
	font-weight: bold;
	}

.top_menu a:hover
	{
	color: #0099FF;
	}


.main_area td
	{
	padding: 20px;
	font-family: 'Arial';
	font-size: 13px;
	text-decoration: none;
	color: #444444;
	}


.image_block td
	{
	text-align: center;
	}

.image_block a
	{
	font-family: 'Arial';
	font-size: 13px;
	text-decoration: none;
	color: #444444;
	}

.image_block a:hover
	{
	color: #33CC00;
	text-decoration: underline;
	}


.footer td
	{
	text-align: center;
	}

.footer a
	{
	font-family: 'Arial';
	font-size: 10px;
	text-decoration: none;
	color: #444444;
	}

.footer a:hover
	{
	color: #33CC00;
	text-decoration: underline;
	}


.with_border
	{
	border-width: 1px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-style: solid;
	}

.with_border td
	{
	border-spacing: 0px;
	border-width: 1px;
	padding: 3px;
	border-collapse: collapse;
	border-style: solid;
	}

.with_border th
	{
	font-family: 'Arial';
	font-size: 14px;
	text-decoration: none;
	color: #444444;
	font-weight: bold;
	border-spacing: 0px;
	border-width: 1px;
	padding: 3px;
	border-collapse: collapse;
	border-style: solid;
	}


.with_border2
	{
	border-width: 1px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-style: solid;
	}

.with_border2 td
	{
	border-spacing: 0px;
	border-width: 1px;
	padding: 3px;
	border-collapse: collapse;
	border-style: solid;
	text-align: center;
	}

.with_border2 th
	{
	font-family: 'Arial';
	font-size: 14px;
	text-decoration: none;
	color: #444444;
	font-weight: bold;
	border-spacing: 0px;
	border-width: 1px;
	padding: 3px;
	border-collapse: collapse;
	border-style: solid;
	}


.no_border td
	{
	padding: 3px;
	}



/* -------------------- Text -------------------- */


.dummy_text
	{
	font-family: 'Arial';
	font-size: 20px;
	text-decoration: none;
	color: #AAAAAA;
	font-weight: bold;
	}



.big_text
	{
	font-family: 'Arial';
	font-size: 14px;
	text-decoration: none;
	color: #444444;
	font-weight: bold;
	}


.main_text
	{
	font-family: 'Arial';
	font-size: 12px;
	text-decoration: none;
	color: #444444;
	font-weight: bold;
	text-indent: 20px;
	}

.main_text a
	{
	font-family: 'Arial';
	font-size: 12px;
	text-decoration: none;
	color: #3399FF;
	font-weight: bold;
	}


.main_text_s
	{
	font-family: 'Arial';
	font-size: 12px;
	text-decoration: none;
	color: #444444;
	text-indent: 20px;
	}

.plain_text_s
	{
	font-family: 'Arial';
	font-size: 12px;
	text-decoration: none;
	color: #444444;
	}

.main_orange
	{
	font-family: 'Arial';
	font-size: 12px;
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
	}

a.main_orange:hover
	{
	text-decoration: underline;
	}


.main_red
	{
	font-family: 'Arial';
	font-size: 12px;
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
	}

a.main_red:hover
	{
	text-decoration: underline;
	}


a.main_grey:hover
	{
	text-decoration: underline;
	}


.big_red
	{
	font-family: 'Arial';
	font-size: 14px;
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
	}

a.big_red:hover
	{
	text-decoration: underline;
	}

.big_green
	{
	font-family: 'Arial';
	font-size: 14px;
	text-decoration: none;
	color: #33CC00;
	font-weight: bold;
	}

a.big_green:hover
	{
	text-decoration: underline;
	}

.vbig_green
	{
	font-family: 'Arial';
	font-size: 16px;
	text-decoration: none;
	color: #00CC00;
	font-weight: bold;
	}

a.vbig_green:hover
	{
	text-decoration: underline;
	}


.vbig_orange
	{
	font-family: 'Arial';
	font-size: 16px;
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
	}

a.vbig_orange:hover
	{
	text-decoration: underline;
	}

.vbig_grey
	{
	font-family: 'Arial';
	font-size: 16px;
	text-decoration: none;
	color: #444444;
	font-weight: bold;
	}

a.vbig_grey
	{
	text-decoration: underline;
	}



.main_blue
	{
	font-family: 'Arial';
	font-size: 12px;
	text-decoration: none;
	color: #3399FF;
	font-weight: bold;
	}

a.main_blue:hover
	{
	text-decoration: underline;
	}


.big_blue
	{
	font-family: 'Arial';
	font-size: 14px;
	text-decoration: none;
	color: #3399FF;
	font-weight: bold;
	}

a.big_blue:hover
	{
	text-decoration: underline;
	}


.main_s
	{
	font-family: 'Arial';
	font-size: 14px;
	text-decoration: none;
	color: #3399FF;
	font-weight: normal;
	}

a.main_s:hover
	{
	text-decoration: underline;
	color: #3399FF;
	font-weight: normal;
	}




/* -------------------- Forms -------------------- */




