/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	border-bottom-color: #7f0c18;
	background-image: url(../images/bg.gif);
	margin: 0px;
}

.SmallText
{
	font-weight: 500;
	font-size: 9pt;
	font-family: tahoma;
}

.SmallTextBox
{
	font-weight: 500;
	font-size: 8pt;
	font-family: tahoma;
}

.NormalText
{
	font-weight: 600;
	font-size: 9pt;
	font-family: tahoma;
}

.ErrorText
{
	font-weight: 500;
	font-size: 9pt;
	color: Red;
	font-family: tahoma;
}

.nrepeat
{
	background-repeat: repeat-y;
}

a.btns
{
	font-family: tahoma;
	font-size: 13px;
	text-decoration: none;
	font-weight: 600;
	line-height: 1px;
}
a.btns:link
{
	color: #7f0c18;
}
a.btns:visited
{
	color: #7f0c18;
}
a.btns:hover
{
	color: #000000;
}
a.btns:active
{
	color: #7f0c18;
}

#footeritems
{
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
}
#company
{
	font-size: 11px;
}
#titr
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: 600;
	color: #333333;
}

A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: none;
	color: #3333cc;
}

a.writer
{
	font-size: 10pt;
	color: #ffffff;
	font-family: tahoma;
	font-weight:600;
}
a.writer:link{
text-decoration:none;
color: #ffffff;
}
a.writer:visited{
text-decoration:none;
color: #ffffff;
}
a.writer:active{
text-decoration:none;
color: #ffffff;
}
a.writer:hover{
color:#333333;
text-decoration:none;
}


.text-r
{
	font-weight: 500;
	font-size: 9pt;
	font-family: tahoma;
	color:White;
}
.text-l
{
	font-weight: 600;
	font-size: 10pt;
	font-family: tahoma;
	color:#5E5E5E;
}