﻿/*
------------------------------------------------------------
CUSTOM CLASSES :: (BLOBs BackEnd) Rich Text Edit Rad Control
------------------------------------------------------------
*/
.customClass1  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8f8f84;
	font-weight: bolder;
	line-height: 20px;
	font-size: 14px;
}
.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;
	color: #8f8f84;
	font-weight: bolder;
	line-height: 25px;
	font-size: 16px;
}
.customClass2  a:link {color: #396478;text-decoration: none;}
.customClass2  a:visited {color: #396478;text-decoration: none;}
.customClass2  a:hover {color: #8f8f84;text-decoration: underline;}

.customClass3  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #396478;
	font-weight: bold;
	line-height: 20px;
	font-size: 14px;
}
.customClass3  a:link {color: #8f8f84;text-decoration: none;}
.customClass3  a:visited {color: #8f8f84;text-decoration: none;}
.customClass3  a:hover {color: #396478;text-decoration: underline;}

.customClass4  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #396478;
	font-weight: bold;
	line-height: 25px;
	font-size: 16px;
}
.customClass4  a:link {color: #8f8f84;text-decoration: none;}
.customClass4  a:visited {color: #8f8f84;text-decoration: none;}
.customClass4  a:hover {color: #396478;text-decoration: underline;}

/* 
------------------------------------------------------------
Generic styles applied to the all document
------------------------------------------------------------
*/

img {border: 0px; display: block;}
body {
    background: #9C9990 url('/images/background.jpg') repeat;
    padding:0;
    margin:0; 
    /* Generic Text properties for the page body */    
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
}

a:link {color: #6f7071;text-decoration: none;}
a:visited {color: #6f7071;text-decoration: none;}
a:hover {color: #CC6600;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;
}

/* the following rules apply only to IE6 */
* html hr {
    width:100%;
    border: solid 1px white;
}

/* the following rules apply only to IE7 */
*+html hr {
    width:100%;
    border: solid 1px white;
}

/* 
------------------------------------------------
      Classes for User Controls DEFAULTS 
------------------------------------------------
*/
.body {
	font-size: 11px;
	color: #363A3B;
	line-height: 16px;
}
.body a:link {color: #6f7071;}
.body a:visited {color: #6f7071;}
.body a:hover {color: #CC6600;}

.bodyBold {
	font-size: 11px;
	font-weight: bold;
	color: #6f7071;
	line-height: 16px;
}
.bodyBold a:link {color: #6f7071;text-decoration: none;}
.bodyBold a:visited {color: #6f7071;text-decoration: none;}
.bodyBold a:hover {color: #CC6600;}

.title {
	font-size: 12px;
	color: #CC6600;
	font-weight: bolder;
	text-transform: uppercase; 
	line-height: 18px;
}
.title a:link {color: #CC6600;text-decoration: none;}
.title a:visited {color: #CC6600;text-decoration: none;}
.title a:hover {color: #6f7071;text-decoration: none;}

.header {
	font-size: 12px;
	color: #CC6600;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
.header a:link {color: #CC6600;text-decoration: none;}
.header a:visited {color: #CC6600;text-decoration: none;}
.header a:hover {color: #6f7071;text-decoration: none;}

