/* CSS Document */
.standard {
font-family: Arial, Helvetica, sans-serif;
padding-left:2px;
}

.error {color: #FF0000}

.dottedtable {
font-family: Arial, Helvetica, sans-serif;
border:2px dashed #003366; 
border-collapse: collapse; 
padding-left: 4px; 
padding-right: 4px; 
padding-top: 4px; 
padding-bottom: 4px
}

.solidtable {
font-family: Arial, Helvetica, sans-serif;
border:1px solid #003366; 
border-collapse: collapse; 
padding-left: 4px; 
padding-right: 4px; 
padding-top: 4px; 
padding-bottom: 4px
}

.note {
	font-size: 10px;
	font-style: italic;
}

.small {font-size: 12px}

.small2 {
	font-size: 12px;
	color: #666666;
}

.smallerror {
	font-size: 12px;
	color: #ff0000;
}

.stylecbblue {color: #6699CC; }
.stylehead {
	font-size: xx-large;
	background-color: #000000;
	color: #6699CC;
	font-weight: bold;
}
.stylehead2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCFF;
	color: #000000;
	font-weight: normal;
	
}
.styleabb {
	font-family: "Arial Black";
	font-weight: bold;
}
.styleab {font-family: "Arial Black"}
.stylearial {font-family: Arial, Helvetica, sans-serif}
.styleablargewhite {
	font-size: xx-large;
	color: #FFFFFF;
	font-family: "Arial Black";
}
