/* CSS Document */

/* Page Properties */

body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 62.5%;
	background-color:#FFFFFF;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	}


	
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
		
input, select, th, td {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
	}
	
/* Font Classes */

.header {
	font-size: 1.5em;
	font-weight: bold;
	color:#FFFFFF;
	
	}
	
.header2 {
	font-size: 1.5em;
	font-weight: bold;
	color:#000000;
	
	}

.header3 {
	font-size: 1.5em;
	font-weight: bold;
	color:#cbe2dc;
	
	}

.sub_header {
	font-size: 1.2em;
	font-weight: bold;
	color:#FFFFFF;
	
	}

.sub_header2 {
	font-size: 1.2em;
	font-weight: bold;
	color:#000000;
	
	}
	
.sub_header3 {
	font-size: 1.2em;
	font-weight: bold;
	color:#009779;
	
	}
	
.systems {
	font-size: .8em;
	}
	
ul{
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: 0em;
	}
	
/* SPDM Fonts */	

.cautionStyle {
	color: #CECE00;
	font-weight: bold;
}

.warningStyle {
	color: #FF0000;
	font-weight: bold;
}

.noteStyle {
	font-size:.6em;
}

.numberStyle {
	font-size: .7em; 
	font-weight: bold;
	color: #000000; 
}



