/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Verdana;
	color:#000000;
	font-size:11px;
	background-color:#000000;
	}
.top_bg{
	width:999px;
	background-image:url(top_bg.jpg);
	background-repeat:repeat-x;
	height:130px;
	}
.welcome_text{
	font-family:Calibri;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#3f3f3f;
	letter-spacing:1px;
	text-transform:uppercase;
	line-height:36px;
}
.body_text{
	font-family:Verdana;
	color:#737373;
	font-size:11px;
	text-align:justify;
}
.bold_text{
	font-family:Verdana;
	color:#ffffff;
	font-size:14px;
	text-align:justify;
	font-weight:bold
	}
.bold_textyellow{
	font-family:Verdana;
	color:#FFFF00;
	font-size:14px;
	text-align:justify;
	font-weight:bold
	}
.btn1{
	background-image:url(btn.png);
	background-repeat:no-repeat;
	width:161px;
	height:34px;
	font-family:Myriad Pro;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.btn1 a{
	background-image:url(btn.png);
	background-repeat:no-repeat;
	width:161px;
	height:34px;
	font-family:Myriad Pro;
	font-style:italic;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	line-height:35px;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
}
.btn1 a:hover{
	background-image:url(btn_h.png);
	background-repeat:no-repeat;
	width:161px;
	height:34px;
	font-family:Myriad Pro;
	font-style:italic;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
.btn2{
	background-image:url(btn2.gif);
	background-repeat:no-repeat;
	width:220px;
	height:34px;
	font-family:Myriad Pro;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	
}
.btn2 a{
	background-image:url();
	background-repeat:no-repeat;
	width:220px;
	height:34px;
	font-family:Myriad Pro;
	font-style:italic;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;

	line-height:35px;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
}
.btn2 a:hover{
	background-image:url();
	background-repeat:no-repeat;
	width:220px;
	height:34px;
	font-family:Myriad Pro;
	font-style:italic;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
