﻿h1, h2 {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px;
}
h1 {color: #000000;}
h2 {color: #248ECD;}


h3, h4 {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -2px;
	margin: 0;
	padding: 0;
}
h3 {color: #000000;}
h4 {color: #248ECD;}


/* 
------------------------------------------------------------
Generic styles applied to the all document
------------------------------------------------------------
*/
body {
    background: #FFFFFF url('/images/bg-pattern.png') repeat;
    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: #525637;text-decoration: none;}
a:visited {color: #525637;text-decoration: none;}
a:hover {color: #000001;text-decoration: none;}

li, td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	vertical-align: top;
	margin: 0px;
}


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:#248ECD;
		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: #248ECD;text-decoration: none;}
.customClass1  a:visited {color: #248ECD;text-decoration: none;}
.customClass1  a:hover {color: #248ECD;text-decoration: none;}

.customClass2  {
		color:#999999;
		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: #999999;text-decoration: none;}
.customClass2  a:visited {color: #999999;text-decoration: none;}
.customClass2  a:hover {color: #999999;text-decoration: none;}


.customClass3  {
		color:#000000;
		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: #000000;text-decoration: none;}
.customClass3  a:visited {color: #000000;text-decoration: none;}
.customClass3  a:hover {color: #000000;text-decoration: none;}




/* 
------------------------------------------------
      Classes for User Controls DEFAULTS 
------------------------------------------------
*/

/* BODY
--------------------------- */
.body {
	color: #000000;
}

/*
.body a:link, .body a:visited, .body a:hover {
    color: #666666;
    text-decoration: none;
    border-bottom: 1px dotted #666666;
}
.body a:hover {color: #525637; border-bottom:1px dotted #525637;}
*/

/* BODY BOLD
--------------------------- */
.bodyBold {
	font-weight: bold;
	color: #000000;
}

/*
.bodyBold a:link, .bodyBold a:visited, .bodyBold a:hover {
    color: #666666;
    text-decoration: none;
    border-bottom: 1px dotted #666666;
}
.bodyBold a:hover {color: #525637; border-bottom:1px dotted #525637;}
*/

/* TITLE
--------------------------- */
.title {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}
.title a:link, .title a:visited, .title a:hover {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dotted #666666;
}
.title a:hover {color: #F1E7D2; border-bottom:1px dotted #F1E7D2;}


/* HEADER
--------------------------- */
.header {
	font-size: 14px;
	color: #525637;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
.header a:link, .header a:visited, .header a:hover {
    color: #525637;
    text-decoration: none;
    border-bottom: 1px dotted #666666;
}
.header a:hover {color: #F1E7D2; border-bottom:1px dotted #F1E7D2;}

