
BODY, TD, P, SPAN, DIV, A {
    	font-family: Tahoma, Verdana, Arial, sans-serif;
    	font-size: 11pt;
}
A:link {color: #CC0033}
A:visited {color: purple}
H1 {font-size: 24pt;}
H2 {font-size: 18pt;}
H3 {font-size: 14pt;}
.headline {
	font-size: 30px; 
	font-weight: bold;
	padding-left: 30px;
}

.section {
	font-size: 8pt;
	font-weight: bold;
	color: darkgray;
	letter-spacing: 10px;
	text-transform: uppercase;
	padding-left: 10px;
}
	
.contentSubhead {
	font-size: 12pt ! important;
	font-weight: bolder! important;
	margin-bottom: 0px;

}


}
.navigation {
	font-size: 16px;
 	font-weight: bold;
  	color: white;
  	padding-left: 20px;
  	padding-bottom: 20px;
}
    
ul.logo-bullet
{
	list-style: outside;
	list-style-image: url(../images/Alteo-Icon.gif);
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}

li.logo-bullet
{
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
}
	
ol.tiplist
{
	list-style: decimal;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 20px;
}

ol.tiplist
{
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 40px;

}


.content-container {
	width: 600px;
	height: 425px;
	overflow: auto;


}
	
.legaleze {
	font-size: 10px;
	text-align: center;
	padding-top: 10px;

}

/* navigation class */

.navOn {
	/*background-color: lightgray;*/
	font-size: 16px;
 	font-weight: bold;
  	color: black;
  	padding-left: 20px;
  	padding-bottom: 20px;
}
	
.mainTable {
	position: absolute; 
	top: 0px; left: 0px;
	
	border-top: none;
	border-top-width: 0px;

	border-left: none;
	border-left-width: 0px;		
	
	border-right: solid;
	border-right-width: 1px;
	border-right-color: darkgray;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;

}
	
.highlight {
	font-size: 16px;
 	font-weight: bold;
  	color: white;
  	padding-left: 20px;
  	padding-bottom: 20px;
	border-style: dashed;
    border-width: 1px;        /* sets border width on all sides */
    border-color: white;


}
	
.webdings {
	font-family: WebDings;
}

.webdingsRed {
	font-family: WebDings;
	font-weight: bold;
	color: #CC0033;
}

.subHeadRed {
	font-style: italic;
	color: #CC0033;
}

p.content {
	margin: 20px;

}

div.label {
	font-size: 10pt;
	text-align: right;
	font-weight: bold;

}
	
	
input, textarea {

	border-width: 1px;
	border-style: solid;
	border-color: #CC0033;

}

.selectOne {
	color: white;
	font-weight: bold;
	background-color: #CC0033;
	border-width: 1px;
	border-style: solid;
	border-color: #CC0033;

}

#submitBtn {
	font-weight: bold;
	border-style: outset;
	
}

.red {
	color: #CC0033;
	font-weight: normal ! important;

}

.divisionSubhead, A.divisionSubhead {
	font-size: 18pt;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.reference {
	font-weight: bolder;

}

.referenceDetail {
	font-size: 9pt;

}

    