/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	color: #000000;
    background-color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
}

H1, H2, H3, H4, H5
{
    color: #333333;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
.c_CenterCellColor
{
	background-color: #ffffff;
	background-image: url(images/background_color.jpg);
	border: solid 1 #999999;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.c_CenterCell
{
	background-color: #ffffff;
	background-image: url(images/background_fade.jpg);	
	border: solid 1 #999999;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.c_itemLabelReq {
	font-weight: bold;
	font-size: 14px;
	color: #663333;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif
}

.c_errorMessage
{
	font-weight: bold;
	font-size: 14px;
	color: #cc0000;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

.text {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.HeaderStyle1
{
	background-color: #FFFFFF;
	border: solid 1 #999999;
}

.TitleStyle1
{
	font-size: small;
	color: #000000;
	text-indent: 10pt;
	font-family: Arial;
}

.c_FeedbackFormText
{
	font-size: 8pt;
	font-family: Arial;
	color: black;
	vertical-align: text-top;
}

.c_FeedbackFormReq
{
	font-weight: bold;
	font-size: 8pt;
	vertical-align: text-top;
	color: black;
	font-family: Arial;
}

.LeftMenuStyle1
{
	border-top: solid 1 #999999;
	border-left: solid 1 #999999;
	border-bottom: solid 1 #999999;
}

.ContentStyle1
{
	background-color: #FFFFFF;
	border: solid 1 #999999;
	margin-top: 10px;
	margin-left: 10px;
	width: 95%;
	font-size: 10px;
	font-style: normal;
	font-family: sans;
}

.ContentStyle2
{
	margin-top: 10px;
	margin-left: 10px;
	width: 95%;
	font-size: 10px;
	font-style: normal;
	font-family: sans;
}

