@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica;
	color: #808080;
	font-size: 11px;
}
.examples {
	margin: 5px;
}


.name{
	color: #000080;
	font-weight: bold;
	font-size: 12px;
}
	
.comex {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000080;
}

.smallcaps {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
.smallboldtext {
	font-size: 8pt;
	font-weight: bold;
}
.header {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000080;
}
.projname {
	font-weight: bold;
	color: #666666;
}
