.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	color: #BE1B1B;
}

a.visited {
	color: #657A5F;
}

.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

body {
	background-color: #59345D;
}

textarea {
	background-color: #FFFFFF;	
}

.bodysmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.bodysubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C21A19;
	font-weight: bold;
}

.productName 
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color:#333333;
	font-weight:bold;	
}

.formBOX {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(images/pattern_3.gif);
	background-color: #F9f9f9;
}
.formBOXNONREQ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(images/pattern_4.gif);
}

.button
{
	background-color:DarkSeaGreen;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:11px;
	color: #333333;	
}

.errMsg
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	color:Red;
}

#subNav {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 25px;
	}

#subNav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#subNav ul li {
	margin-left: 0;
	padding-left: 0px;
	border: none;
	list-style: none;
	display: inline;
	}

#subNav a:link, #subNav a:visited {
	color: #BE1B1B;
	background: url(images/menuarrow.gif) no-repeat left 4px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 16px;
	text-decoration:none
}

#subNav ul li a:hover {
	color: #333333;
	background: url(images/menuarrow.gif) no-repeat left 4px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 16px;
	text-decoration:none
}

.errorMessage 
{
	color:#be1b1b !important;
}
.successMessage 
{
	color:#009900 !important;
}
.skillCompetencyList
{
	text-align: center;
}