/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

/*body
{
	font: 10pt/1.5 "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 0px;
    margin: 0px;
    color: #646464;
    background: #ffffff;
    background-image:url(../images/footer.jpg);
    }*/
    body
{
	font: 9.5pt/1.5 "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 0px;
    margin: 0px;
    color: #000000;
    background: #ffffff;
	background-position: center;
	/*background-image: url(../images/only_waves.png);
	background-repeat:repeat-y;*/
       }

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

p.testimony-text { height: 90px; font-size: 9pt; }

small { font-size: 9pt; }

/* =Headings
--------------------------------------------------------------------------------*/

/*h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px; color: #370403; font-weight: normal;
}

h3
{
	font-size: 14px; color: #370403; font-weight: bold;
}*/

h1
{
	font-size: 22px; color: #4B272B; font-weight: normal;
	padding-left: 15px;
}

h2
{
	font-size: 12px; color: #4B272B; font-weight: bold;	
	margin-top: 50px;
	margin-left: 10px;
}

h3
{
	font-size: 13px; color: #4B272B; font-weight: bold;
}

h4
{
	font-size: 11px;
}

h5
{
	font-size: 10px;
}

h6
{
	font-size: 9px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: none;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 10px;
}

/* Validation text*/
.validationText
{
    font-size:20px;
    color:Red;
}