﻿h1, h2 {
	font-size: 25px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
}
h1 {color: #E51937;}
h2 {color: #396223;}


h3, h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
h3 {color: #E51937;}
h4 {color: #396223;}

/*
------------------------------------------------------------
CUSTOM CLASSES :: (BLOBs BackEnd) Rich Text Edit Rad Control
------------------------------------------------------------
*/

.customClass1  {
		color:#e2373e;
		font-family: Arial,Helvetica,sans-serif;
		font-size:20px;
		font-weight:bold;
		letter-spacing:0;
		line-height:26px;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass1  a:link {color: #e2373e;text-decoration: none;}
.customClass1  a:visited {color: #e2373e;text-decoration: none;}
.customClass1  a:hover {color: #e2373e;text-decoration: none;}

.customClass2  {
		color:#4D4D4F; overflow:hidden;
		font-family: Arial,Helvetica,sans-serif;
		font-size:20px;
		font-weight:bold;
		letter-spacing:0;
		line-height:16px;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass2  a:link {color: #4D4D4F;text-decoration: none;}
.customClass2  a:visited {color: #4D4D4F;text-decoration: none;}
.customClass2  a:hover {color: #4D4D4F;text-decoration: none;}

.customClass3  {
		color:#38589E;
		font-family: Arial,Helvetica,sans-serif;
		font-size:20px;
		font-weight:bold;
		letter-spacing:0;
		line-height:16px;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass3  a:link {color: #38589E;text-decoration: none;}
.customClass3  a:visited {color: #38589E;text-decoration: none;}
.customClass3  a:hover {color: #38589E;text-decoration: none;}





/* 
------------------------------------------------------------
Generic styles applied to the all document
------------------------------------------------------------
*/
body {
    background-color: #999999;
    padding:0;
    margin:0; 
    /* Generic Text properties for the page body */    
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

a:link {color: #E51937; text-decoration: underline;}
a:visited {color: #E51937; text-decoration: underline;}
a:hover {color: #666666;text-decoration: none;}

li, td, p {
    font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
}

hr 
{
    margin-top: 10px;
    background: transparent url(/images/hr_tag.gif) repeat-x;
    height: 3px;
    text-align: center;
    width: 100%;
    border: 0px;
    clear: both;
}

/* 
------------------------------------------------
      Classes for User Controls DEFAULTS 
------------------------------------------------
*/
.body  
{
    color:#000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:16px; 
    }

.bodyBold 
{
    color:#000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:16px; 
    
	font-weight: bold;
}

.title {
	font-size: 14px;
	color: #E51937;
	font-weight: bold;
	line-height: 20px;
}

.header {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	/* text-transform: uppercase; */
	line-height: 18px;
}


