/* Global CSS definitions for mgmnh.com */
/* This CSS file follows SBE Beta Standards */

/*Copyright 2005 Sunder Media */

/*----BODY STYLES----------------------------------------------------------------------------*/
/*Style for body tags on main template pages*/
.main_body {
	background-color:#DDCFA8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

/*Style for body tags for pages within iFrames*/
.frame_body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

/*----TEXT STYLES----------------------------------------------------------------------------*/
/*Standard text format*/
.text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

/*Standard highlighted text format*/
.hi_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}

/*Primary Title Style*/
.title1{
	font-size:16px;
	font-weight:bold;
	color:#CC3333;
}

/*Secondary Title Style*/
.title2{
	font-size:14px;
	font-weight:bold;
	color:#006699;
}

/*Tertiary Title Style*/
.title3{
	font-size:12px;
	font-weight:bold;
	color:#3399CC;
}

/*----LINK STYLES----------------------------------------------------------------------------*/

a:link, a:visited{
	color:#006699;
}

a:hover, a:active{
	color:#3399CC;
}

.menu_link:link, .menu_link:visited{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.menu_link:hover, .menu_link:active{
	color:#CC3333;
	font-size:14px;
	font-weight:bold;
}

/*----FORM STYLES--------------------------------------------------------------------------*/

input, select, textarea {
	background-color:#EEEEFF;
	border:1px solid #333399;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}