/* KIcss.css 
	blue: #545478
	red: #990000
*/

body {
	font-family:'tahoma', verdana, 'times new roman';
	color:#000066;
	font-size:16px;
}
.MainContent {
	background-color:#e1e1e1;
	width:768px;
	height:600px;
	/*-moz-border-radius: 14px 14px 14px 14px;*/
	border-style:outset outset outset outset;
	border-color:#545478 #545478 #545478 #545478;
	/*border-left:2px solid #545478;
	border-top:2px solid #545478;
	border-right:3px solid #545478;
	border-bottom:3px solid #545478;*/
}
.Header1 {
	width:100%;
}
.HeaderText1 {
	font-size:48px;
	font-family:'arial narrow',arial;
}
.HeaderText2 {
	font-size:24px;
	font-style:italic;
	text-align:right;
}
.MenuNav1 {
	/*border:1px solid #545478;*/
	padding:2px;
	height:420px;
}
.MenuNav1Item {
	font-size:10px;
	font-weight:bold;
	color:white;
}
.MenuNav1Item:hover {
	/* background-color:#f2f2f2; */
}
.MenuNav2 {
 /* */
}
.MenuNav2Item {
	font-size:12px;
}
.MenuNav2Item:hover {
	background-color:#f2f2f2;
}
.Content1 {
	border:1px solid #990000;
	font-size:12px;
	line-height:16px;
	padding:4px;
	width:98%;
	height:100%;
}
.Content2 {
	color:navy;
	font-size:12px;
	line-height:16px;
}
a:link {
	color:black;
}
a:visited {
	color:black;
}
.RightSideFeature1 {
	/*border:1px solid #545478;*/
	height:150px;
	width:170px;
	background-color:white;
	text-align:center;
}

.LeftNavOval {
	text-align:center;
	
}
.LeftNavOvalText {
	text-align:center;
	position:relative;
	top:-30px;
}
.BlueHr {
	color:#545478;
	size:1px;
}
td img {
	display:block;
}
table.MainContent td {
	/*-moz-border-radius: 12px 12px 12px 12px;*/
}
.BoldHeader1 {
	font-size:16px;
	font-weight:bold;
}
.HeaderBold1 {
	font-size:16px;
	font-weight:bold;
}
ul {
	
}
.Content3 {
	border:1px solid #990000;
	background-color:#CCCCCC;
	width:96%;
	color:#990000;
	font-size:12px;
	font-weight:bold;	
}
.Content3Link {
	text-decoration:none;
}
.Bold2 {
	font-weight:bold;
}
.ConsultingMenu {
	border:.5px solid #990000;
	text-align:center;
	vertical-align:top;
	font-size:11px;
}
table.ConsultingMenu td {
	border:.5px solid #990000;
	text-align:center;
}
.Err {
	color:red;
	font-weight:bold;
}