/*+----------------------------------------------
  | stylesheet for mghenterprises.com
  | written by haasta; haasta is tim a haas
  | called from header,php
  | contains all main style information
  | last modified: 2008-09-29
  | all code is the copyright of haasta and is
  | licensed to mgh enterprises
  +--------------------------------------------*/

body{
	background-image: url('http://www.mghenterprises.com/_img/loginBG.gif');
}

.main_nav{
	color:white;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
}
.main_nav a:link, .main_nav a:visited{
	color:#b2d6ff;
	text-decoration:none;
}
.main_nav a:hover{
	text-decoration:underline !important;
}

.sub_nav{
	color:#333333;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
}
.sub_nav a:link, .sub_nav a:visited{
	color:#2c3f67;
	text-decoration:none;
}
.sub_nav a:hover{
		text-decoration:underline !important;
}

h3{
	color: #2c3f67;
	font-size: 16px;
	font-family:sans-serif;
}
h5{
	color: #2c3f67;
	font-size: 12px;
	font-weigh:bold;
	font-family:sans-serif;
}

.content{
	color:#333333;
	font-family:sans-serif;
	font-size:11px;
}
.content a:link, .content a:visited{
	text-decoration: none;
	color:#333333;
}
.content a:hover{
	color:#2c3f67;
	text-decoration: underline !important;
}

.copyright {
	color:#b2d6ff;
	font-family:sans-serif;
	font-size:10px;
	font-weight:bold;
}
.copyright a:link, .copyright a:visited, .copyright a:hover{
	text-decoration:none;
	color:#b2d6ff;
}
.copyright2 {
	color:#333333;
	font-family:sans-serif;
	font-size:10px;
	font-weight:bold;
}
.copyright2 a:link, .copyright2 a:visited, .copyright2 a:hover{
	text-decoration:none;
	color:#336699;
}
