﻿/*
------------------------------------------------------------
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: #396478;text-decoration: none;}
.customClass1  a:visited {color: #396478;text-decoration: none;}
.customClass1  a:hover {color: #8f8f84;text-decoration: underline;}

.customClass2  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #396478;
	font-weight: bold;
	line-height: 25px;
}
.customClass2  a:link {color: #8f8f84;text-decoration: none;}
.customClass2  a:visited {color: #8f8f84;text-decoration: none;}
.customClass2  a:hover {color: #396478;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: #396478;text-decoration: none;}
.customClass3  a:visited {color: #396478;text-decoration: none;}
.customClass3  a:hover {color: #79B83E;text-decoration: underline;}


/* 
------------------------------------------------------------
Generic styles applied to the all document
------------------------------------------------------------

img {border: 0px; display: block;}*/
body {
    background: #84B4D8 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: 11px;
	color: #363A3B;
	line-height: 16px;
}
p {padding: 0px; margin: 0px;}

/* 
------------------------------------------------
      Classes for User Controls DEFAULTS 
------------------------------------------------
*/
.body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 16px;
}
.body a:link {color: #000; text-decoration:none;}
.body a:visited {color: #000; text-decoration:none;}
.body a:hover {color: #000; text-decoration:underline;}

.bodyBold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	line-height: 16px;
}
.bodyBold a:link {color: #000;text-decoration: none;}
.bodyBold a:visited {color: #000;text-decoration: none;}
.bodyBold a:hover {color: #000; text-decoration:underline;}

.title {
    font-family: 'Bookman Old Style', serif;
	font-size: 16px;
	color: White;
	font-weight: bold;
	text-transform: uppercase; 
	line-height: 20px;
}
.title a:link {color: White;text-decoration: none;}
.title a:visited {color: White;text-decoration: none;}
.title a:hover {color: White;text-decoration: underline;}

.header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414176;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
.header a:link {color: #414176;text-decoration: none;}
.header a:visited {color: #414176;text-decoration: none;}
.header a:hover {color: #6f7071;text-decoration: none;}

.footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	margin:0 100px 0 290px;
	color: black;
}
.footer a:link {color: black;}
.footer a:visited {color: black;}
.footer a:hover {color: black;}


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;
}


