/* CSS Document */

BODY, TD, P {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000;
	left-margin: 0px;
	top-margin: 0px;
	right-margin: 0px;
	bottom-margin: 0px;
	line-height: 120%;
	}

a:link, a:visited {text-decoration: none; color: #000080;} 
a:hover, a:active {text-decoration: underline; color: #000080;} 

a.mainlink:link, a.mainlink:visited {text-decoration: none; color: #993333; font-size: 12px;}
a.mainlink:hover, a.mainlink:active {text-decoration: underline; color: #993333; font-size: 12px;}

a.smalllink:link, a.smalllink:visited {text-decoration: none; color: #993333; font-size: 11px; font-family: Comic Sans MS;}
a.smalllink:hover, a.smalllink:active {text-decoration: underline; color: #993333; font-size: 11px; font-family: Comic Sans MS;}

.mainlinks {
	padding: 5px 15px 5px 15px; 
	border-top: 1px solid #ffffff;
	}
	
.ivcf {
	color: #000080;
	font-weight: bold;
	font-size: 15px;
	font-family: Comic Sans MS;
	line-height: 100%;
	padding: 10px 15px 15px 15px;
	}

.header-bar {
	font-family: comic sans ms;
	padding: 3px;
	background-color: #993333;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 0px;
	width: 100%;
	}

.subhead {
	font-weight: bold;
	font-size: 13px;
	}

.sub-subhead {
	font-size: 12px;
	font-weight: bold;
	color: #A0884E;
	padding-bottom: 4px;	
	}

.highlight {
	font-weight: bold;
	color: #993333;
	}
	
.callout {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px left;
	background-color: #F2EDE1;
	padding: 4px 10px 4px 45px;
	font-weight: bold;
	}
	
.grayrule {
	background-image: url(images/gray.gif);
	background-repeat: repeat-x;
	background-position: center left;
	padding-top: 15px; 
	padding-bottom: 15px;
	}