﻿.cssInput
{
	border: #c36462 1px solid;
	background-color: White;
	font-family: Calibri;
	font-size: 10pt;
	color:#6e2020;
}
.cssInputMulti
{
	border: #c36462 1px solid;
	background-color: White;
	font-family: Calibri;
	font-size: 10pt;
	color:#6e2020;
	width:300px;
	height:60px;
}
.cssInputReq
{
	border: #c36462 1px solid;
	background-color: White;
	font-family: Calibri;
	font-size: 10pt;
	color:#6e2020;
	BACKGROUND-POSITION: right top; BACKGROUND-IMAGE: url(../images/FormVal.gif); BACKGROUND-REPEAT: no-repeat
}
.cssInputMultiReq
{
	border: #c36462 1px solid;
	background-color: White;
	font-family: Calibri;
	font-size: 10pt;
	color:#6e2020;
	width:300px;
	height:60px;
	BACKGROUND-POSITION: right top; BACKGROUND-IMAGE: url(../images/FormVal.gif); BACKGROUND-REPEAT: no-repeat
}
.cssButton
{
	border-right: solid 1px #b23533;
	border-bottom: solid 1px #b23533;
	border-top: solid 1px #b23533;
	border-left:  solid 1px #b23533;
	text-align:left;
	font-size: 12pt;
	font-family:Calibri;
	font-weight:bold;
	color: #ffffff;
	background-color:#702222;
	text-align:center;
}
.cssMasterTable
{
	border-right: solid 1px #beb9b7;
	border-bottom: solid 1px #beb9b7;
	border-top: solid 1px #beb9b7;
	border-left:  solid 1px #beb9b7;
	font-size: 10pt;
	color: black;
	font-family: Calibri;
	text-align:left;
}
.cssBodyTable
{
	font-size: 10pt;
	color: black;
	font-family: Calibri;
	text-align:left;
}
.cssMenuTable
{
	font-size: 12pt;
	color: black;
	font-family: Calibri;
	text-align:left;
	
}
.cssHeading
{
	border-right: solid 1px #b23533;
	border-bottom: solid 1px #b23533;
	border-top: solid 1px #b23533;
	border-left:  solid 1px #b23533;
	text-align:left;
	font-size: 12pt;
	font-family:Calibri;
	font-weight:bold;
	color: #000000;
	background-image: url(../images/scHeaderBack.jpg);
	background-repeat:repeat-x;
}
.cssHeadingSolid
{
	border-right: solid 1px #b23533;
	border-bottom: solid 1px #b23533;
	border-top: solid 1px #b23533;
	border-left:  solid 1px #b23533;
	text-align:left;
	font-size: 12pt;
	font-family:Calibri;
	font-weight:bold;
	color: #ffffff;
	background-color:#702222;
}
.cssHeadingSolidF
{
	border-right: solid 1px #b23533;
	border-top: solid 1px #b23533;
	border-left:  solid 1px #b23533;
	text-align:left;
	font-size: 12pt;
	font-family:Calibri;
	font-weight:bold;
	color: #ffffff;
	background-color:#702222;
}
hr
{
	height:1px;
	color:#b23533;
}

a:hover
{
	color: #beb9b7;
	font-family:Calibri;
	font-size: 10pt;
}
a:link
{
	color: #b23533;
	font-family:Calibri;
	font-size: 10pt;
	text-decoration:none;
}
a:active
{
	color: #b23533;
	font-family:Calibri;
	font-size: 10pt;
	text-decoration:none;
}
a:visited
{
	color: #b23533;
	font-family:Calibri;
	font-size: 10pt;
	text-decoration:none;
}
.cssLine
{
	BACKGROUND-POSITION: top; BACKGROUND-IMAGE: url(../images/botline.jpg); BACKGROUND-REPEAT:repeat-x;
}
.cssSLine
{
	border-top: solid 1px #beb9b7;
}