@charset "utf-8";
/* TGR - CSS Document */

*{
	padding: 0 auto;
	margin: 0 auto;
}

.header_dark_bckgrn1{
	background-image:url(../images/header_dark_bckimg1.jpg);
	background-repeat:repeat-x;
	height:137px;
	width:100%;
}

.header_green_bckgrnd1{
	background-image:url(../images/header_green_bckimg1.jpg);
	background-repeat:repeat-x;
	height:41px;
	width:100%;
}

.header_greygrad_bckimg1{
	background-image:url(../images/grey_body_bckImg1.gif);
	background-repeat:repeat-x;
	height:15px;
	width:100%;
}

.logo_text{
	font-family: Tahoma, "Verdana";
	font-size: 24px;
	font-weight: bold;
	color:#FFFFFF;
}

.menubar_bckgrnd_img1{
	background-image:url(../images/menubar_dark_mid1.jpg);
	background-repeat:repeat-x;
	height:37px;
	width:100%;
}

.msgBoxMid{
	background-image:url(../images/box_img2.gif);
	background-repeat:repeat-x;
	height:30px;
	width:100%;
}

.msgTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
}

.msgText{
	font-family:Verdana;
	font-size: 12px;
	font-weight:bold;
	color:#F00;
}

.msgBoxBckgrnd{
	padding: 35px;
	background-color:#CCC;
}

.boxBorder{
	border-bottom: 1px solid #98aa66;
	border-left:1px solid #98aa66;
	border-right:1px solid #98aa66;
}

.footer_bckgrnd_img{
	background-image:url(../images/footer_bckgrnd_img1.gif);
	background-repeat:repeat-x;
	height:23px;
	width:100%;
}

.footer_text{
	font-family:Tahoma, "Verdana";
	font-size:10px;
	font-weight:Bold;
	color:#FFFFFF;
}