/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

/*--links--*/
.link_gray_bold 
	{
		color:#000000;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;
	}

.link_gray_bold:hover
	{
		color:#FFFFFF;
		font-weight:bold;
		font-size:12px;
		text-decoration:underline;
	}
/*--links--*/

/*--links--*/
.link_red_bold 
	{
		color:#CC0000;
		font-weight:bold;
		font-size:10px;
		text-decoration:none;
		text-align:right;
	}

.link_red_bold:hover
	{
		color:#CC6666;
		font-weight:bold;
		font-size:10px;
		text-align:right;
		text-decoration:underline;
	}
/*--links--*/

/*--links--*/
.link_white_bold 
	{
		color:#FFFFFF;
		font-weight:bold;
		font-size:10px;
		text-decoration:none;
		text-align:right;
	}

.link_white_bold:hover
	{
		color:#FFFFFF;
		font-weight:bold;
		font-size:10px;
		text-align:right;
		text-decoration:underline;
	}
/*--links--*/


.text_copyright {
	font-size:9px;
	padding:0px 10px 10px 10px;
}

.text_normal_bold
	{
		font-size:10px;
		text-align:justify;
		text-transform:capitalize;
		font-weight:bold;
	}
	
.text_normal 
	{
		font-size:11px;
		text-align:justify;
	}

.text_normal_red
	{
		font-size:10px;
		text-align:justify;
		color:#CC0000;
		font-weight:bold;
	}
	
.text_normal_white
	{
		font-size:10px;
		color:#FFFFFF;
		font-weight:bold;
	}

.text_normal_underline_white
	{
		font-size:10px;
		text-decoration:underline;
		color:#FFFFFF;
		font-weight:bold;
	}
	
.text_normal_underline_black
	{
		font-size:12px;
		text-decoration:underline;
		color:#000000;
		font-weight:bold;
	}

.page_title_bold 
	{
		font-family:"Times New Roman", Times, serif;
		font-size:24px;
		font-weight:bold;
		text-align:center;
		text-transform:uppercase;
		text-decoration:underline;
	}


.CompanyName
	{
		font-family:"Times New Roman", Times, serif;
		font-size:40px;
		font-weight:bold;
		color:#FFFFFF;
		text-decoration:underline;
	}

.CompanyName_title
	{
		font-size:18px;
		font-weight:bold;
		color:#CCCCCC;
	}
	
	
.text_Bold 
	{
		font-family:"Times New Roman", Times, serif;
		font-size:24px;
		font-weight:bold;
		text-align:center;
	}

.text_Bold_white
	{
		font-family:"Times New Roman", Times, serif;
		font-size:22px;
		font-weight:bold;
		text-align:center;
		color:#FFFFFF;
	}

.bottom_border
	{
		border-bottom:groove thick;
	}

.left_border
	{
		border-left:#999999 solid;
	}
	
.bottom_rightbackground
	{
		background: url(images/bottom_rightback.gif) repeat-x
	}
	
.bottom_leftbackground
	{
		background: url(images/bottom_leftback.gif) repeat-x
	}

.img_border
	{
		border:groove thick;
	}

	
/*menu--*/
.menu
	{
		background:url(images/menuoption.gif) repeat-x;
	}

.menu_current
	{
		background:url(images/change_menu.gif) repeat-x;
	}
	
.menu a
	{
		text-align:center;
		font-size:12px;
		font-weight:bold;
		color: #999999;
		text-decoration: none;
	}

.menu a:hover, .menu .current
	{
		color: #000000;
	}



.menu_current
	{
		background:url(images/change_menu.gif) repeat-x;
	}
	
.menu_current a
	{
		text-align:center;
		font-size:12px;
		font-weight:bold;
		color: #FFFFFF;
		text-decoration: none;
	}

.menu_current a:hover, .menu_current .current
	{
		color: #FFFFFF;
	}
	
/*--menu*/