﻿h1, h2 {
	font-size: 40px;
	line-height: 90px;
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px;
}
h1 {color: #99CCCC;}
h2 {color: #FF9900;}


h3, h4 {
	font-size: 25px;
	line-height: 50px;
	letter-spacing: -2px;
	margin: 0;
	padding: 0;
}
h3 {color: #99CCCC;}
h4 {color: #FF9900;}


/* 
------------------------------------------------------------
Generic styles applied to the all document
------------------------------------------------------------
*/
body {
    background-color: #FFFFFF;
    padding:0;
    margin:0; 
    /* Generic Text properties for the page body */    
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 22px;
	vertical-align: top;
}

a:link {color: #99CCCC;text-decoration: underline;}
a:visited {color: #99CCCC;text-decoration: underline;}
a:hover {color: #FF6600;text-decoration: none;}



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;
}




/*
------------------------------------------------------------
CUSTOM CLASSES :: (BLOBs BackEnd) Rich Text Edit Rad Control
------------------------------------------------------------
*/
.customClass1  {
		color:#99CCCC;
		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: #99CCCC;text-decoration: none;}
.customClass1  a:visited {color: #99CCCC;text-decoration: none;}
.customClass1  a:hover {color: #99CCCC;text-decoration: none;}

.customClass2  {
		color:#FF9900;
		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: #FF9900;text-decoration: none;}
.customClass2  a:visited {color: #FF9900;text-decoration: none;}
.customClass2  a:hover {color: #FF9900;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: #363A3B;
}
.body a:link {color: #69B3D5; text-decoration: underline;}
.body a:visited {color: #69B3D5; text-decoration: underline;}
.body a:hover {color: #99CCCC; text-decoration: none;}

.bodyBold {
	font-weight: bold;
	color: #000;
}
.bodyBold a:link {color: #000;text-decoration: underline;}
.bodyBold a:visited {color: #000;text-decoration: underline;}
.bodyBold a:hover {color: #99CCCC; text-decoration: none;}

.title {
	font-size: 14px;
	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: #FF6600;text-decoration: none;}

.header {
	font-size: 14px;
	color: #99CCCC;
	font-weight: bold;
	/*text-transform: uppercase;*/
	line-height: 18px;
}
.header a:link {color: #99CCCC; text-decoration: underline;}
.header a:visited {color: #99CCCC; text-decoration: underline;}
.header a:hover {color: #FF6600; text-decoration: none;}
