body	{
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	}

body, td {
	font-family: Times New Roman;
	font-size: 13px;
}

p	{
	font-family: Times New Roman;
	font-size: 13px;
	line-height: 1.50em;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}
div {
	margin: 0px;
	padding: 0px;
}


.footerlinks {
	text-align: center;
	vertical-align: top;
	color: #27496E;
	text-decoration: none;

}
.footerlinks A, .footerlinks A:visited, .footerlinks A:link, .footerlinks A:active {
	color: #27496E;
	text-decoration: none;
	font-weight: normal;
}
.footerlinks A:hover {
	color: #27496E;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	table-layout: auto;
	border-spacing: 0px;
	border: none;
}

table.fullwidth {
	width: 100%;

}

td {
	text-align: left;
 	vertical-align: top;
	padding: 0px;
}
td.alignright {
	text-align: right;
 	vertical-align: top;
	padding: 0px;
}
td.aligncenter {
	text-align: center;
	vertical-align: top;
}
td.alignleftcenter {
	text-align: left;
	vertical-align: middle;
}
td.trans {
	background-image: url(../images/pixel.gif);
}
img	{
	border: 0;
	display: inline;
	}

img.alignright {
	float: right;
	display: inline;
}


a	{
	text-decoration:	none;
	font-weight:	normal;
	}

	/* border-bottom: 1px dotted #930; */
a:link	{
	color:	#930;
	background-color: transparent;
	}
	
a:visited	{
	color:	#930;
	background-color: transparent;
	}
	
a:hover	{
	color:	#ffc;
	background-color: transparent;
	}
	
a:active	{
	color:	#000;
	background-color: transparent;
	}
	

a.menu {
	cursor:default;

}
	
.hide {
	display: none;
}
	


/* textarea from hotjobs */
.input-mono {
	font-family: "Courier New", Courier, Monospace;
	font-size: 9pt;
	color: #000000
}
/*
.input {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #333333
}
*/

/* cbc specific */
.outercontent {
	width: 532px;
}
.heading {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.subheading {
	padding: 0px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.text {
	padding: 0px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px !important;
	font-weight: normal;
	color: #000;
	background: transparent;
}
.text P {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px !important;
	font-weight: normal;
	color: #000;
	background: transparent;
}
.smaller, .smaller P {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px !important;
	font-weight: normal;
	color: #000;
	background: transparent;
}
.error {
	color: red;
}
