/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	background-image: url(/images/micro-choicealert/background1.jpg);
	background-repeat: repeat;
}


h1 {
	font-size: 22px;
	color: #C36F29;
}

h2 {
	font-size: 18px;
	color: #C36F29;
}
h3 {
	font-size: 14px;
	color: #C36F29;
}


a {
	color: #1B72BA;
	/*text-decoration: underline;*/
}

a:visited {
	color: #165283;
	text-decoration: underline;
}

a:hover, a.current {
	color: #FF9900;
	text-decoration: underline;
}

.picture:hover img{
	border: none;
	outline-color: none;
	
}
.picture img{
	border: none;
	outline-color: none;
	
}


hr {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-top-color: #C36F29;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.body10px {
	font-size: 10px;
}

.body12px {
	font-size: 12px;
}

.BlueFrame {
	color: #FFFFFF;
	background-color: #1b72ba;
}
.WhiteFrame {
	background-color: #FFFFFF;
}

.InsertImageLeft {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.InsertImageRight {
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
}
.TopMenu {
	background-image: url(/images/micro-choicealert/navEmpty.gif);
	background-repeat: repeat-x;
}

.MidChoiceMenuBg {
	font-size: 12px;
	background-image: url(/images/micro-choicealert/MidNavBackground1.jpg);
	background-repeat: repeat-y;
}

.MidChoiceMenuBg a {
	color: #FFFFFF;
	text-decoration: underline;
}

.MidChoiceMenuBg a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.MidChoiceMenuBg a:hover, .MidChoiceMenuBg a.current {
	color: #FF9900;
	text-decoration: underline;
}
.MidChoiceMenuBg ul {
	list-style-type: none;
	margin: 0 20px 10px 20px;
	padding: 0;
}

.MidChoiceMenuBg li {
	margin: 2px 0 6px 0;
}
