body {
	background-color : #660000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.contentbody_graybg {
	background-color:  #CCCCCC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

#contentbody {
	background-image : url(/images/sub/contentbg.gif);
	background-repeat : no-repeat;
	background-position : top left;
}

#content {
	margin-left : 15px;
}

.subTitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
}

a {
	color: #660000;
}

.footer {
	color: #808080;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding-top: 4px;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

.errorTable {
	border: 1px dotted #CC0000;
	background-color: #EEEEEE;
}

.errorTitle {
	font-weight: bold;
	font-size: 13px;
}

.remarkTable {
	border: 1px dotted #032B91;
	background-color: #E9E9E9;
}

.remarkTitle {
	font-weight: bold;
	font-size: 13px;
}

#remark {
	border: 1px solid #FFCC33;
	background: #FFFFCC;
	padding: 4px;
	font-weight: bold;
}

.heading {
	background-color: #660000;
	color: White;
	font-weight: bold;
}


.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.required {
	font-weight: bold;
	color: #660000;
	font-size: 14px;
}

.footerIndex {
	color: #808080;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding-top: 4px;
}

a.footerIndex {
	color: #808080;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding-top: 4px;
	text-decoration: underline;
}

/* Portfolio stuff */

.frame
{
	border-bottom : 1px solid #660000;
	border-left : 1px solid #660000;
	border-right : 1px solid #660000;
	border-top : 1px solid #660000;
}

.lightframe
{
	border-bottom : 1px solid #aaaaaa;
	border-left : 1px solid #aaaaaa;
	border-right : 1px solid #aaaaaa;
	border-top : 1px solid #aaaaaa;
	background-color: #cccccc;
}

.selectedframe
{
	border-bottom : 1px solid #8B1A1A;
	border-left : 1px solid #8B1A1A;
	border-right : 1px solid #8B1A1A;
	border-top : 1px solid #8B1A1A;
	background-color: #FFFACD;
}