/* CCF StyleSheet */
/* Created by Seamless Communications */

/* Elements */

body {
	font-family: Arial;
	background-color: #003F5E;
}

/*Classes */

.bodytext {font-family: Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #002131; text-decoration: none;}
.boldorg{font-family:Arial;	font-weight : bold;	font-size:12px;	color:#ff6600; }

a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}

a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.boldTitle {
	font-family:Arial;
	font-weight : bold;
	font-size:15px;
	color:#ff6600;
}
.boldSubtitle {
	font-family:Arial;
	font-weight : bold;
	font-size:12px;
	color:#FF0000;
}
ul {
	list-style-image: url(../images/bullet.gif);
}
img, div { behavior:url('images/pngbehavior.html'); }
* { behavior: url('images/pngbehavior.html') }
.caption {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}

