﻿body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input
{
    margin: 0;
    padding: 0;
    
}

body
{
    font-family: Verdana, Arial;
    font-size: 11px;
    text-align: center;
    color: #777; /*#FFB6C1; A34B58*/
    background-image: url('images/bg_red3.jpg');
    background-repeat: repeat-y;
    background-position: center top;
}
a
{
    color: #FFFFFF;
    text-decoration: none;
}
a:hover
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #990000;
    color: #FFFFFF;
}
a img
{
	border: 0;
}
img
{
	border: none;
}
h1, h2, h3, h4, h5, h6
{
    font-family: arial, helvetica, sans-serif;
}
h2
{
    font-size: 14px;
    padding: 5 0 5px 0;
    font-weight: bold;
    clear: both;
    color: #8A0002;
}
h3
{
    font-size: 12px;
    padding: 5px 0 5px 0;
    font-weight: bold;
    clear: both;
    color: #8A0002;
}
.sectiontitle
{
    font-size: 16px;
    font-size: 1.2em;
    padding: 0 0 5px 0;
    font-weight: bold;
    clear: both;
    color: #8A0002;
}

.sectionsubtitle
{
    color: #555;    
    font-size: 1.1em;
    font-weight: bold;
}

.sectiontitle-blue
{
    color: #608fc8;
    font-size: 1.3em;
    font-weight: normal;
}

.smallprint
{
    font-size: x-small;
}

td
{
    vertical-align: middle;
}

td.fieldname
{
    font-size: 12px;
}

.TableContainer
{
}

.TableContainer .Row
{
}
.TableContainer .Row .ItemName
{ 
	padding: 1px 10px 0px 0px;
	display: block;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: middle;
}
.TableContainer .Row .ItemValue
{ 
	padding: 1px 0px 0px 0px;
	vertical-align: middle;
}

.htmlcontent
{
	margin-bottom:15px;
	padding-bottom:5px;
}

.htmlcontent-title
{
    font-size: 1.2em;
    padding: 0 0 5px 0;
    font-weight: bold;
    clear: both;
    color: #8A0002;
}

.htmlcontent-body
{
}

.clear
{
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.linkButton
{
	color: #3664A5;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}
.textBox
{
    background: #000 url(images/input.jpg) no-repeat top left;
    border: 1px solid #333333; /*#333333;*/
    color: #aaa;
    font-size: 11px;
    /*line-height: 22px;*/
    outline: none;
    padding: 3px 7px 0px 7px;
    margin: 0 0 7px 0;
    height: 15px;
}

.textBox:hover
{
    background-position: top right;
}

.textBox:focus, .textBox:active, select:focus, select:active
{
    background-position: -480px 0; 
    /*color: #fff;
    background-color: #000000;*/
}
	
select, option
{
    background-color: #000000;
    color: #aaa;
    border: 1px solid #333333;
    outline: none; 
    margin: 0 0 7px 0;
    /*background-position: left top;
    background: #000 url(images/home-cat-title.gif) repeat-x left top;
    border: 1px solid #999999;
    color: #aaa;
    font-size: 11px;
    outline: none;
    margin: 0 0 7px 0;*/
}

textarea
{
    background-position: left top;
    background: #000 url(images/textarea.jpg) no-repeat bottom left;
    border: 1px solid #333333;
    color: #ccc;
    font: 11px/22px "lucida grande" ,verdana,sans-serif;
    float: left;
    display: block;
    padding: 5px 7px;
    margin: 0 0 7px 0;
    width: 226px;
    height: 132px;
}

.messageError
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.copyright
{
	float: right;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.copyright a
{
	color: #3664A5;
	background-color: inherit;
}


