p, li, h1, h2, h3, h4, h5 {
	line-height:135%;
}

.clear { clear:both; }

a { 
	color:#402D76;
	outline:none;
	text-decoration:none;
}

a:hover { color:black; text-decoration:underline; }

a img { border:none; }

/* strong { color:#89af25; } */

h1, h2, h3, h4, h5 {
	color:#080743;
	font-weight:bold;
	line-height:1.3em;
	font-weight:normal;
	margin:0.3em 0 0.3em 0;
	font-family:'Myriad Pro', 'Calibri';
}

h2 { font-size:27px; }
h3 { font-size:23px; }
h4 { font-size:19px; }

th, td { 
	padding:0.3em 1em 0.3em 0; 
	border-bottom:1px solid #ddd; 
	text-align:left; 
	vertical-align:top;
	font-size:13px;
}

.last td { border:none; }
th { padding-top:1em }
table { border-spacing:0 }

.tab_panel {
	clear:left;
	padding:15px;
	border:1px solid #999;
	/*border-top:none;*/
	border-bottom-right-radius:1em;
	border-bottom-left-radius:1em;
	-moz-border-radius-bottomright:1em;
	-moz-border-radius-bottomleft:1em;
	-webkit-border-bottom-right-radius:1em;
	-webkit-border-bottom-left-radius:1em;
	background-color:#eee;
}

.tab_panel p {
	margin:0.5em 0;
}

.tab_panel select {
	width:100%;
}

.tab_panel_link {
	text-align:center;
	/*width:102px;*/
	font-size:13px;
	font-weight:normal;
	border:1px solid #999;
	border-bottom:none;
	padding:0.5em 0.8em;
	margin:0 3px -1px 0;
	float:left;
	border-top-right-radius:0.6em;
	border-top-left-radius:0.6em;
	-moz-border-radius-topright:0.6em;
	-moz-border-radius-topleft:0.6em;
	-webkit-border-top-right-radius:0.6em;
	-webkit-border-top-left-radius:0.6em;
	background-color:#eee;
	color:#000;
}

.tab_panel_link.active_tab {
	border-color:#999;
	border-bottom:1px solid #eee;
	background-color:#eee;
}

.tab_panel_link a {
	color:#666;
}

.tab_panel_link.active_tab a {
	color:#000;
}

.tab_panel_link a:hover {
	text-decoration:none;
	color:#000;
}
