/* CSS Document */
body {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
}

.lgrey {
	font-size: 10px;
	color: #cccccc;
}
A:link.nav { color: #cccccc;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}
A:visited.nav { color: #cccccc;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}
A:active.nav { color: #ffffff;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}			
A:hover.nav { color: #ffffff;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}			
A:link.org { color: #FF6600;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}
A:visited.org { color: #FF6600;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}
A:active.org { color: #FF6600;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}			
A:link.gry { color: #666666;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}
A:visited.gry { color: #666666;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}
A:active.gry { color: #666666;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}	

.headorange {
	font-size: 22px;
	color: #FF9944;
	font-weight: bold;
}
.biggrey {
	font-size: 13px;
	font-weight: none;
	color: #000000;
}
.dbiggrey {
	font-size: 18px;
	font-weight: none;
	color: #666666;
}
.pink {
	font-size: 18px;
	font-weight: none;
	color: #FF1FAB;
}
.orange {
	font-size: 12px;
	font-weight: bold;
	color: #FF9944;
}
.turq {
	font-size: 18px;
	font-weight: bold;
	color: #1E9ABE;
}
.headturq {
	font-size: 22px;
	font-weight: bold;
	color: #1E9ABE;
}
.bound {
	border: thin solid #eeeeee;
}
.bgtop {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
}
.bgbot {
	background-image: url(images/bg_bot.gif);
	background-repeat: repeat-x;
}
.grey {
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	
}
.purp {
	font-size: 10px;
	color: #545689;
	font-weight: bold;
	
}
.sblack {
	font-size: 11px;
	color: black;
	line-height: 13px;
	
}
.sblack2 {
	font-size: 10px;
	color: black;
	line-height: 12px;
	
}
.bblack {
	font-size: 17px;
	color: black;
        font-weight: bold;
	line-height: 18px;
	
}
.error {
	border: 1px solid red;
	background-color: #ffff33;
	padding: 4px;
	font-size: 12px;
	line-height: 15px;
}
.verifyBox TD {
	border: 1px solid black;
}
.sgrey {
	font-size: 10px;
	color: #666666;
	line-height: 13px;
	
}
.copyright {
	font-size: 9px;
	color: #EFEFEF;
}
.requestBox {
	font-size: 13px;
	color: #000000;
	padding: 8px;
	border: 1px dashed #000000;
	background: #29CBFA;
}
.bluelink {
	color: #000000;
}

