/************************************* MAIN STYLES *************************************/

td{
	text-align: left;
}

#main{
	font-family:		Verdana,Arial,Sans-Serif;
	font-size:			10pt;
}

#main_table{
	width:				902px;

}

#main_top{
	width:				902px;
	height:				 84px;
}

.footnote_link{
	font-size					: 7pt;
	color							: white;
	text-decoration		: none;
}

.footnote_link:hover{
	text-decoration		: underline;
}

/*************************************** NORMBOX ***************************************/


.normbox_header_left{
	background-image	: url(../images/normbox_left.png);
	width							: 4px;
	height						: 20px;
}

.normbox_header_right{
	background-image	: url(../images/normbox_right.png);
	width							: 4px;
	height						: 20px;
}

.normbox_header_center{
	background-image	: url(../images/normbox_background.png);
	text-align				: center;
	height						: 20px;
	color							: white;
	font-weight				: bold;
	font-size					: 12px;
}

.normbox_header_center_left{
	background-image	: url(../images/normbox_background.png);
	text-align				: left;
	height						: 20px;
	color							: white;
	font-weight				: bold;
	font-size					: 12px;
}

.normbox_header_center_right{
	background-image	: url(../images/normbox_background.png);
	text-align				: right;
	height						: 20px;
	color							: white;
	font-weight				: bold;
	font-size					: 12px;
}

.normbox_border_left{
  border-left  			: 1px solid #58346C;
  background-color  : #FCF5F5;
	color							: #FCF5F5;
	font-size					: 1px;
}

.normbox_border_right{
  border-right 			: 1px solid #58346C;
  background-color  : #FCF5F5;
	color:#FCF5F5;
	font-size: 1px;
}

.normbox_top{
	height						: 1px;
  background-color  : #58346C;
}

.normbox_bottom{
	height						: 1px;
  background-color  : #58346C;
}

.normbox_inner{
	padding-top				: 5px;
	padding-left			: 3px;
	padding-right			: 3px;
	padding-bottom		: 5px;
  background-color  : #FCF5F5;
}

.normbox_link{
	width							: 100%;
	background-color  : #B59AC4;
	text-align				: center;
	padding-left			: 15px;
	padding-right			: 15px;
	padding-top		 	  : 3px;
	padding-bottom 	  : 3px;
	color							: white;
	text-decoration	  : none;
}

.normbox_title_link{
	color							: lightgrey;
	text-decoration		: none;
}

.normbox_title_link:hover{
	color							: white;
}

.normbox_link:hover{
	text-decoration		:	underline;
}

/************************************ LOCATION BAR *************************************/

.main_locations{
	font-size					: 12px;
	height						: 30px;
	color							: black;
	padding						: 6px;
}

.main_locations a{
	text-decoration		: none;
	color							: #663366;
}

.main_locations a:hover{
	color							: black;
}

/************************************** MAIN MENU **************************************/

.main_menu_item{
	background-image	:	url(../images/nav_main_background.png);
	height						: 20px;
	text-align				: center;
	color							: white;
	font-weight				: bold;
	font-size					: 12px;
}

.main_menu_item a{
	color							: lightgrey;
	text-decoration		: none;
}

.main_menu_item a:hover{
	color							: white;
}

/**************************************** SUBEMENU *************************************/

.sub_menu_link{
	color							: grey;
	text-decoration		: none;
}

.sub_menu_link:hover{
	color							: black;
	text-decoration		: underline;
}

/************************************* HTML ELEMENTS ***********************************/

a{
	color: 				black;
}

a:hover{
	text-decoration:	none;
}

h1{
	font-size:			12pt;
}

h2{
	font-size:			9pt;
}

p{
	font-size:			12px;
margin-top:4px;
}