body, form, textarea, input, select, td, div, p {
	font-family: "Arial";
	/*font-size: 12.5px;*/
	color: #000;
}

body {
	background-color: #fff;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
form, table, div {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

td {
	vertical-align: top;
}

/* MP logo */
#logo {
	background-image: url(../images/logo.gif); 
	background-repeat: no-repeat;
	width: 282px;
	height: 113px;
}

/* navigation row */
#nav_home, #nav_default {
	height: 113px;
	vertical-align: bottom;
	text-align: right;
	padding: 0 0 15 0;
}
/* nav home width */
#nav_home {
	width: 595px;
}
/* default nav width */
#nav_default {
	width: 615px;
}

/* logout (top-right) */
#logout {
	position: relative; 
	top: -55px; 
	right: 3px;
}

/* Buttons */
.link_btn, .link_btn_blue, .link_btn_red {
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #ccc;
	background-color: #ffffcc;
	color: #003366;
	padding: 5;
}
.link_btn_blue {
	background-color: #003366;
	color: #fff;
}
.link_btn_red {
	background-color: #cc0000;
	color: #fff;
}

.dload_btn, .tour_btn {
	font-size: 22px;
	font-weight: bold;
	border: 1px solid #8BC14E;
	background-color: #fff;
	color: #8BC14E;
	padding: 10 20 10 20;	
}

.tour_btn {
	border: 1px solid #003366;
	background-color: #fff;
	color: #003366;
	padding: 10 20 10 20;	
}

* html .tour_btn {
	padding: 5;
}
* html .dload_btn {
	padding: 5;	
}  

.tour_btns, .tour_btns_focus {
	border-top: 2px solid #ffffcc;
	border-left: 2px solid #ffffcc;
	border-right: 2px solid #ffffcc;
	background-color: #fff;
	color: #003366;
	padding: 5;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.tour_btns_focus {
	background-color: #ffffcc;
}

.tour_row {
	padding: 10 10 0 10;
	border-bottom: 1px solid #ffffcc;
	background-color: #003366;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=90);
	text-align: center;
}

.signup_btn {
	font-size: 18px;
	font-weight: bold;
	background-color: #003366;
	border: 5px solid #ffffcc;
	color: #fff;	
	padding: 10 20 10 20;	
}

.thumb {
	border: 1px solid #ccc;
	text-align: center;
}

/**************************************************/
/* PAGE STRUCTURE STYLES */
/**************************************************/

/* pads target content area */
.pad_box {
	border: 1px solid #efefef;
	padding: 20;
}
* html .pad_box {
	t\op: 5px;
} 

/* footer */
#footer {
	padding-top: 10;
	text-align: center;
	font-size: 11.5px;
}
* html #footer {
	f\ont-size: 11.5px;
}

/**************************************************/
/* LINK STYLES */
/**************************************************/
/* default link style */
A { 
	color: #336699;
	/*font-weight: bold;*/
	text-decoration: none;
}
A:hover {
	color: #ffcc00; /* #476D94 */
}

/**************************************************/
/* FORM STYLES */
/**************************************************/
/* select menus */
.menus {
	background: #EBF2FD; /
	opacity: 0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity=80);
	border: 1px solid #ccc;
	/*font-weight: bold;*/
}

/* text fields */
.txt_fld, .submit, .txt_fld_submit {
	font-size: 12px;
	border: 1px solid #999999;
}
.submit {
	border: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 5 10 5 10;	
}

/* make submit buttons show hand symbol on mouseover */
.btn {
	cursor: pointer;
}

/* grey background for form rows/cells */
.grey {
	background-color : #F8F8F8; /*#EEEEEE;*/
}

/* 1px grey line (border-bottom) with 5px height */
.grey_line {
	border-bottom: 1px solid #ccc;
	height: 5px;
}

/**************************************************/
/* TITLE STYLES */
/**************************************************/
.title, .title_red, .title_blue, .title_green {
	font-size: 16px;
	font-weight: bold;
}
.title_red {  
	color: #cc0000; 
}
.title_blue {  
	color: #003366; 
}
.title_green {  
	color: #8bc14e; 
}

/**************************************************/
/* BOLD TEXT STYLES */
/**************************************************/
.bold, .bold_red, .bold_blue, .bold_green, .bold_yellow, .bold_grey, .bold_white {
	font-weight: bold;
}
.bold_red {
	color: #cc0000; 
}
.bold_blue {
	color: #003366; 
}
.bold_green {
	color: #8bc14e; 
}
.bold_yellow {
	color: #ffcc00; 
}
.bold_grey {
	color: #999; 
}
.bold_white {
	color: #fff; 
}

/**************************************************/
/* PLAIN TEXT STYLES */
/**************************************************/
.txt, .txt_white, .txt_blue, .txt_green, .txt_red, .txt_grey {
	font-weight: normal;
}
.txt_white {
	color: #fff;
}
.txt_blue {
	color: #003366;
}
.txt_green {
	color: #8bc14e; 
}
.txt_red {
	color: #cc0000; 
}
.txt_grey {
	color: #999; 
}

/* hidden msg layer */
.hidden_msg {
	display: none; 
	width: 485px; 
	border: 1px solid #000;
	padding: 5px; 
	background-color: #FFFF99;
}
* html .hidden_msg {
	w\idth: 525px; 
}

.imgBorder {
	border: 1px solid #ccc;
}
