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