﻿h1, h2 {
	font-size: 30px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
}
h1 {color: #51514F;}
h2 {color: #D20F1D;}


h3, h4 {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
h3 {color: #51514F;}
h4 {color: #D20F1D;}

/*
------------------------------------------------------------
CUSTOM CLASSES :: (BLOBs BackEnd) Rich Text Edit Rad Control
------------------------------------------------------------
*/
.customClass1  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8f8f84;
	font-weight: bold;
	line-height: 25px;
}
.customClass1  a:link {color: #8f8f84;text-decoration: none;}
.customClass1  a:visited {color: #8f8f84;text-decoration: none;}
.customClass1  a:hover {color: #8f8f84;text-decoration: underline;}

.customClass2  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0098aa;
	font-weight: bold;
	line-height: 25px;
}
.customClass2  a:link {color: #0098aa;text-decoration: none;}
.customClass2  a:visited {color: #0098aa;text-decoration: none;}
.customClass2  a:hover {color: #0098aa;text-decoration: underline;}

.customClass3  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #79B83E;
	font-weight: bold;
	line-height: 25px;
}
.customClass3  a:link {color: #79B83E;text-decoration: none;}
.customClass3  a:visited {color: #79B83E;text-decoration: none;}
.customClass3  a:hover {color: #79B83E;text-decoration: underline;}


/* 
------------------------------------------------------------
Generic styles applied to the all document
------------------------------------------------------------
*/
body {
    background: #F7E289 url('/images/background.jpg') repeat-x;
    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: 14px;
}

li, td {
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
td { vertical-align: top;}

a:link {color: #0098aa;text-decoration: none;}
a:visited {color: #0098aa;text-decoration: none;}
a:hover {color: #0098aa;text-decoration: underline;}

hr {
    background-image:url(/images/hr_tag.gif);
    background-repeat:repeat-x;
    height:3px;
    margin:0px;
    padding:0px;
    text-align:center;
    width:100%;
    border: 0px;
}

/* 
------------------------------------------------
      Classes for User Controls DEFAULTS 
------------------------------------------------
*/
.body {}

.bodyBold {
	font-weight: bold;
	line-height: 16px;
}

.title {
	color: #D20F1D;
	font-weight: bold;
	text-transform: uppercase; 
	line-height: 20px;
}

.header {
	color: #D20F1D;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}

