﻿h1, h2 {
	font-size: 25px;
	line-height: 30px;
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px;
}
h1 {color: #F52A26;}
h2 {color: #00428A;}


h3, h4 {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -2px;
	margin: 0;
	padding: 0;
}
h3 {color: #F52A26;}
h4 {color: #00428A;}


/* 
------------------------------------------------------------
Generic styles applied to the all document
------------------------------------------------------------
*/
body {
    background-color: White;
    padding:0;
    margin:0; 
    /* Generic Text properties for the page body */    
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	vertical-align: top;
}

a:link {color: #808080;text-decoration: underline;}
a:visited {color: #808080;text-decoration: underline;}
a:hover {color: #F52A26;text-decoration: none;}

p, li, td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	vertical-align: top;
}


hr {
clear:both;
    background-image:url(/images/hr_tag.gif);
    background-repeat:repeat-x;
    height:3px;
    margin:0px;
    padding:0px;
    text-align:center;
    width:100%;
    border: 0px;
}




/*
------------------------------------------------------------
CUSTOM CLASSES :: (BLOBs BackEnd) Rich Text Edit Rad Control
------------------------------------------------------------
*/
.customClass1  {
		color:#00428A;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:18px;
		line-height:18px;
		font-weight:bold;
		letter-spacing:0;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass1  a:link {color: #00428A;text-decoration: none;}
.customClass1  a:visited {color: #00428A;text-decoration: none;}
.customClass1  a:hover {color: #00428A;text-decoration: none;}

.customClass2  {
		color:#F52A26;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:18px;
		line-height:20px;
		font-weight:bold;
		letter-spacing:0;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass2  a:link {color: #F52A26;text-decoration: none;}
.customClass2  a:visited {color: #F52A26;text-decoration: none;}
.customClass2  a:hover {color: #F52A26;text-decoration: none;}


.customClass3  {
		color:#8F8F8F;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size: 18px;
		line-height:20px;
		font-weight:bold;
		letter-spacing:0;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass3  a:link {color: #8F8F8F;text-decoration: none;}
.customClass3  a:visited {color: #8F8F8F;text-decoration: none;}
.customClass3  a:hover {color: #8F8F8F;text-decoration: none;}




/* 
------------------------------------------------
      Classes for User Controls DEFAULTS 
------------------------------------------------
*/
.body {
	color: #000000;
}
.body a:link {color: #808080; text-decoration: underline;}
.body a:visited {color: #808080; text-decoration: underline;}
.body a:hover {color: #00428A; text-decoration: none;}

.bodyBold {
	font-weight: bold;
	color: #000000;
}
.bodyBold a:link {color: #808080;text-decoration: underline;}
.bodyBold a:visited {color: #808080;text-decoration: underline;}
.bodyBold a:hover {color: #00428A; text-decoration: none;}

.title {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}
.title a:link {color: #000000;text-decoration: underline;}
.title a:visited {color: #000000;text-decoration: underline;}
.title a:hover {color: #00428A;text-decoration: none;}

.header {
	font-size: 15px;
	color: #5B5B5B;
	font-weight: bold;
	/*text-transform: uppercase;*/
	line-height: 18px;
}
.header a:link {color: #00428A; text-decoration: underline;}
.header a:visited {color: #00428A; text-decoration: underline;}
.header a:hover {color: #5B5B5B; text-decoration: none;}
