/* -- CDC ABSTRACT STYLE SHEET --*/

	body {
		background-color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .8em;
		margin-left : 10px;
		margin-right : 10px;
	}
	/* --COLORS --*/

	.notecolor {
		color : #CCCCCC;}
	.headcolor {
		color : 003399;}
	.accentcolor {
		color : #CCCCCC;}
	
	/* Red Alerts */
	.errorcolor {
		color : #FF3300;}
	.bigalert {
		color : #FF3300;
		font-size : 1.0em	
	}
	.smallalert {
		color : #FF3300;
		font-size : 0.7em	
	}
	.alert {
		color : #FF3300;
	}
	
	
	

	/* -- BOLD IS LIKE REGULAR LINK --*/
	/*
	HR {
		width:100%;
		align:left;
		border : none;
		margin-left : inherit;
		color : Silver
	}
	*/
	P, LI, td {
		font-family: Verdana, Helvetica, Arial, Sans-serif;

	}
	.hr {
		border-top-width: 1px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: solid;
		border-left-style: none;
		border-top-color: #FF0000;
		background-color: #99CCFF;
	}

	/* --  HEADERS --*/

	.mainhead {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
		font-weight: bold;
		color: #003399;
	}

	H2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.0em;
		font-weight: bold;
		color: #003399;
		margin-bottom : 0px;
		padding-bottom : 0px;
		margin: 0px;
		padding: 0px;
	}

	H3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:  1.0em;
		font-weight: bold;
		color: #999999;
	}

	/* --  REGULAR LINK --*/

	a:link {
		color : #003399;
		list-style-type: square;
		text-decoration: underline;
	}

	a:visited {
		color : #003399;
		list-style-type: square;
		text-decoration: underline;
	}

	a:hover {
		color : #006699;
		list-style-type: square;
		text-decoration: underline;
	}

	a:active {
		color : #006699;
		font-weight: bold;
		list-style-type: square;
		text-decoration: underline;
	}
	
	
	
	


