body{
	font-family: Tahoma, Trebuchet, "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	font-size: 62.5%;
	background-color: transparent;
	color: #5a534a;
}
/* @group typo */
a{}
p a{
	color: #5a534a;
	text-decoration: none;
}
p a:hover{
	color: #bf2425;
	text-decoration: underline;
}
.aBtn{
	background: #b3071c;
	display: block;
	color: #fff;
	font-family: Georgia, Palatino, Times New Roman;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 1px;
	padding: 4px;
	text-align: right;
}
.aBtn:hover{
	background: #620011;
}
p.strongP{ font-weight: bold; }
p.strongP strong{ color: #bf2425; }
#contents p, #contents q{
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 4px 0 12px 0;
	display: block;
}
hr{
	border: none;
	border-top: 1px solid #ccc;
}
h1{

}
h2{
	color: #bf2425;
	text-transform: uppercase;
	font-family: Georgia, Palatino, Times New Roman;
	font-size: 1.4em;
	padding-bottom: 12px;
	background: url(../_img/backgrounds/h2BG.png) bottom right no-repeat;
	margin-bottom: 4px;
	clear: both;
}
.frame h2{
	background: url(../_img/backgrounds/h2GrayBG.png) bottom right no-repeat;
}
h3{
	color: #bf2425;
	text-transform: uppercase;
	font-family: Georgia, Palatino, Times New Roman;
	font-size: 1.1em;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
/* @end */
/* @group forms */
form{
	margin-bottom: 10px;
}
form legend{
	display: none;
}
form p{
	margin: 0;
	padding: 0;
	padding-top: 10px;
}
form label{
	display: block;
	line-height: 1em;
	margin: -5px 0 0 0;
	padding:0 0 3px 0;
}
form input, form select, form textarea{
	border: 1px solid #d6d4d2;
	padding: 4px;
	width: 90%;
	font-size: 1em;
}
form textarea{
	border: 1px solid #d6d4d2;
	font-family: Tahoma, Trebuchet, "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	height: 80px;
}
form select{
	padding: 0;
}
form .btnSubmit{
	background: url(../_img/buttons/btnSubmitCompleteBG.gif) left center no-repeat;
	color: #fff;
	line-height: 2em;
	height: 2em;
	display: block;
	text-decoration: none;
	padding: 0 20px 3px;
	position: relative;
	text-align: center;
	width: 100px;
	border: none;
}
form fieldset legend{
	display: block;
	margin-bottom: 5px;
	font-size: 1.1em;
}
form p.checkBoxContainer input{
	width: auto;
	float: left;
	border: none;
}
form p.checkBoxContainer label{
	padding-top: 3px;
}
/* @end */
/* @group frame */
.frame{
	position: relative;
	padding: 20px 20px 26px 20px;
	min-height: 36px;
	background: #faf8f0;
	margin: 10px;
	overflow: hidden;
}
.imgFrame{
	padding: 8px 8px 24px 8px;
	min-width: 23.7em;
	text-align: center;
	overflow: hidden;
}
.frame .frameCLT, .frame .frameCRT, .frame .frameCLB, .frame .frameCRB,
.frame .frameBT, .frame .frameBB, .frame .frameBL, .frame .frameBR, .frame .frameCoin{
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
}
.frame .frameCLT{
	left: 0;
	top: 0;
	background: url(../_img/corners/frameCLT.gif) no-repeat;
}
.frame .frameCRT{
	right: 0;
	top: 0;
	background: url(../_img/corners/frameCRT.gif) no-repeat;
}
.frame .frameCLB{
	bottom: 0;
	left: 0;
	background: url(../_img/corners/frameCLB.gif) no-repeat;
	height: 24px;
}
.frame .frameCRB{
	bottom: 0;
	right: 0;
	background: url(../_img/corners/frameCRB.gif) no-repeat;
	height: 24px;
}
.frame .frameBT{
	left: 0;
	top: 0;
	background: url(../_img/corners/frameBT.gif) repeat-x;
	width: 100%;
}
.frame .frameBB{
	left: 0;
	bottom: 0;
	background: url(../_img/corners/frameBB.gif) repeat-x;
	height: 24px;
	width: 100%;
}
.frame .frameBL{
	left: 0;
	top: 0;
	background: url(../_img/corners/frameBL.gif) repeat-y;
	height: 100%;
}
.frame .frameBR{
	right: 0;
	top: 0;
	background: url(../_img/corners/frameBR.gif) repeat-y;
	height: 100%;
}
.frame .frameCoin{
	left: 0;
	bottom: 0;
	margin-left: 43%;
	background: url(../_img/corners/frameCoin.png) no-repeat;
	width: 36px;
	height: 32px;
	z-index: 1116;
}
.colFull .frameCoin{
	margin-left: 47%;
}
/* @end */
