﻿h1, h2 {
	font-size: 30px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
}
h1 {color: #0046AD;}
h2 {color: #000000;}


h3, h4 {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
h3 {color: #0046AD;}
h4 {color: #000000;}


/* 
------------------------------------------------------------
Generic styles applied to the all document
------------------------------------------------------------
*/
body {
    padding:0;
    margin:0; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
}

a:link {color: #0046AD;text-decoration: none;}
a:visited {color: #0046AD;text-decoration: none;}
a:hover {color: #000000;text-decoration: none;}


li, td, p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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:#6f6c5e;
		font-size:18px;
		line-height:20px;
		font-weight:bold;
		letter-spacing:0;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass2  a:link {color: #6f6c5e;text-decoration: none;}
.customClass2  a:visited {color: #6f6c5e;text-decoration: none;}
.customClass2  a:hover {color: #6f6c5e;text-decoration: none;}


.customClass3  {
		color:#999999;
		font-size: 18px;
		line-height:20px;
		font-weight:bold;
		letter-spacing:0;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass3  a:link {color: #999999;text-decoration: none;}
.customClass3  a:visited {color: #999999;text-decoration: none;}
.customClass3  a:hover {color: #999999;text-decoration: none;}




/* 
------------------------------------------------
      Classes for User Controls DEFAULTS 
------------------------------------------------
*/
.body {	 }
.bodyBold {	font-weight: bold; }

.title {
    padding-top: 0px;
	font-size: 18px;
	color: #0046AD;
	font-weight: bold;
	line-height: 25px;
}

.header {
	font-size: 14px;
	color: #0046AD;
	font-weight: bold;
	line-height: 25px;
}



