.title {  font-family: "B VAG Rounded Bold", "Arial", "Helvetica"; font-size: 14px; color: #3184A2; line-height: 16px; padding-right: 20px; padding-bottom: 6px}
.text {  font-family: "L VAG Rounded Light", "Trebuchet MS", "Arial", "Helvetica"; font-size: 12px; line-height: 15px; color: #67031F; margin-right: 24px; margin-left: 36px}
.textbold { font-family: "L VAG Rounded Light", "Trebuchet MS", "Arial", "Helvetica"; font-size: 12px; line-height: 15px; color: #67031F; margin-right: 24px; margin-left: 36px ; font-weight: bold}
.roll {
	font-size: 12px;
	color: #67031F;
	text-decoration : none;
	font-weight : bold;
	font-family : VAG Rounded Light, Trebuchet MS, Arial, Helvetica;
}
.hdr {  font-family: "B VAG Rounded Bold", "Arial", "Helvetica"; font-size: 15px; color: #67031F; font-weight: bold;  padding-right: 20px;}

.news {
	font-family: "B VAG Rounded Bold", "Arial", "Helvetica";
	font-size: 9px;
	color: #67031F;
	font-style : italic;
}

.story{  font-family: "L VAG Rounded Light", "Trebuchet MS", "Arial", "Helvetica"; font-size: 12px; line-height: 15px; color: #67031F; margin-left: 36px; text-align : right;}

.poll {  font-family: "L VAG Rounded Light", "Trebuchet MS", "Arial", "Helvetica"; font-size: 12px; line-height: 15px; color: #67031F;}

ol { font-family: "L VAG Rounded Light", "Trebuchet MS", "Arial", "Helvetica"; font-size: 12px; line-height: 15px; color: #67031F; margin-right: 24px; margin-left: 86px;}
td {
font-family: "L VAG Rounded Light", "Trebuchet MS", "Arial", "Helvetica"; font-size: 12px; line-height: 15px; color: #67031F; margin-right: 24px; margin-left: 36px
}
label      { color: #193c93; font-size: 1em; font-family: "Arial Narrow", Arial, helvetica, Geneva, SunSans-Regular, sans-serif; text-transform: uppercase; display: block; margin-left: 10px; padding-top: 5px }


/* Fieldsets */
fieldset      { margin: 0 0 1.5em; padding: 0 1.4em 2em; border: solid 1px #b5d0eb }
legend        { color: #547ca4; font-size: 1.2em; font-weight: bold; padding-right: 10px; padding-left: 10px }

/* Text fields */
input   {
	background-color: #f6f6f6;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border: 1px solid #5B005B
}
input.btn {
	padding: 0;
	width: 102px;
	height: 42px;
	border-style: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
input.text, input.title    { margin: 0.5em 0.5em 0.5em 0; width: 300px }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea             { margin: 0.5em 0.5em 0.5em 0; width: 400px; height: 250px }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select               { background-color: #f6f6f6; margin-left: 10px; width: 200px; vertical-align: middle; border: solid 1px #92b2d0 }
select:focus        { border:1px solid #999; background:#fff; }


/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }
.check {
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 10px;
	vertical-align: middle;
}

