﻿h1, h2 {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px;
}
h1 {color: #51514F;}
h2 {color: #FF702A;}


h3, h4 {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -2px;
	margin: 0;
	padding: 0;
}
h3 {color: #51514F;}
h4 {color: #FF702A;}


/* 
------------------------------------------------------------
Generic styles applied to the all document
------------------------------------------------------------
*/
body {
    padding:0;
    margin:0; 
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #52534E;
	line-height: 18px;
	vertical-align: top;
}

a:link {color: #FF5406;text-decoration: underline;}
a:visited {color: #FF5406;text-decoration: underline;}
a:hover {color: #52534E;text-decoration: none;}

li, td {
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #52534E;
	line-height: 18px;
}


hr 
{
    margin-top: 10px;
    background: transparent url(/images/hr_tag.gif) repeat-x;
    height: 3px;
    text-align: center;
    width: 100%;
    border: 0px;
    clear: both;
}



/*
------------------------------------------------------------
CUSTOM CLASSES :: (BLOBs BackEnd) Rich Text Edit Rad Control
------------------------------------------------------------
*/
.customClass1  {
		color:#000000;
		font-size:18px;
		line-height:18px;
		font-weight:bold;
		letter-spacing:0;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass1  a:link {color: #000000;text-decoration: none;}
.customClass1  a:visited {color: #000000;text-decoration: none;}
.customClass1  a:hover {color: #000000;text-decoration: none;}

.customClass2  {
		color:#999999;
		font-size:18px;
		line-height:20px;
		font-weight:bold;
		letter-spacing:0;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass2  a:link {color: #999999;text-decoration: none;}
.customClass2  a:visited {color: #999999;text-decoration: none;}
.customClass2  a:hover {color: #999999;text-decoration: none;}


.customClass3  {
		color:#6f6c5e;
		font-size: 18px;
		line-height:20px;
		font-weight:bold;
		letter-spacing:0;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass3  a:link {color: #6f6c5e;text-decoration: none;}
.customClass3  a:visited {color: #6f6c5e;text-decoration: none;}
.customClass3  a:hover {color: #6f6c5e;text-decoration: none;}




/* 
------------------------------------------------
      Classes for User Controls DEFAULTS 
------------------------------------------------
*/
.body {	color: #52534E; }
.bodyBold {	font-weight: bold;color: #52534E; }

.title {
    padding-top: 0px;
	font-size: 25px;
	color: #FF702A;
	font-weight: bold;
	line-height: 35px;
}

.header {
	font-size: 14px;
	color: #FF702A;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}


