/*** copyright DR Management all rights reserved. Duplication or redistribution is strictly
prohibited. ***/

#wholeBackground {	/* GSK: Define a style for the tr that's basically entire layout background */
	/*background-color:#8B89EA;*/
}

a {	/* Addded by GSK */
	/*font-size:12px;*/
	color:#0066D5;
}

A:LINK {
	text-decoration : none;
	color : #0066D5;
}

A:VISITED {
    color : #0066D5;
	text-decoration : none;
}

A:ACTIVE {
	text-decoration : none;
	color : #0066D5;
}

A:HOVER {
	text-decoration : underline;
	color : #D2691E;	/* THIS IS MATCHED TO H1 COLOR */
}


.bgr {
	background-repeat: repeat-x;
}

.bgr2 {
	background-repeat: no-repeat;
	background-position: right; }


#white {
   color: #ffffff;
}

#black {
   color: #000000;
}

.text 
{   font-family: Arial, Helvetica, sans-serif;  
   font-size: 13px; font-style: normal; /* GSK: ++ fontsize */
   line-height: 15px; 
   color: #009;
}

.textLS110 
{   font-family: Arial, Helvetica, sans-serif;  
   font-size: 13px; font-style: normal; /* GSK: ++ fontsize */
   line-height: 15px; 
   color: #009;
   line-height:110%;
}

.textLS125 
{
   font-family: Arial, Helvetica, sans-serif;  
   font-size: 13px; font-style: normal; /* GSK: ++ fontsize */
   line-height: 15px; 
   color: #009;
   line-height:125%;
}

.text-centered
{   font-family: Arial, Helvetica, sans-serif; 
   font-size: 13px; font-style: normal; /* GSK: ++ fontsize */
   line-height: 15px; 
   color: #009;
   text-align:center;
}

.text-centeredLS110
{   font-family: Arial, Helvetica, sans-serif; 
   font-size: 13px; font-style: normal; /* GSK: ++ fontsize */
   line-height: 15px; 
   color: #009;
   text-align:center;
   line-height:110%;
}

.text-centeredLS125
{   font-family: Arial, Helvetica, sans-serif; 
   font-size: 13px; font-style: normal; /* GSK: ++ fontsize */
   line-height: 15px; 
   color: #009;
   text-align:center;
   line-height:125%;
}

.text-notice
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
    font-style: normal; 
    line-height: 20px; 
    color: #191970;
}

.sidebar {
	font-family: "Times New Roman", Times, serif; font-size: 15px; color: #000099;
}

.sidebarLS110 {
	font-family: "Times New Roman", Times, serif; font-size: 15px; color: #000099;
	line-height:110%;
}

.sidebarLS125 {
	font-family: "Times New Roman", Times, serif; font-size: 15px; color: #000099;
	line-height:125%;
}

.sidebarLS150 {
	font-family: "Times New Roman", Times, serif; font-size: 15px; color: #000099;
	line-height:150%;
}



.notice-title
{
	line-height:28px;
}

.smaller
{
	font-size:13px;
}

p 
{  font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; font-style: normal; 
   line-height: 15px; 
   color: #5A5A5A;
}

.small 
{  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12px; font-style: normal; /* GSK: ++ fontsize */
   line-height: 16px; 
   color: #556B2F;
}

.small2 
{  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; font-style: normal; 
   line-height: 15px; 
   margin-bottom: 18px;
   color: #A0522D;
}

.menu 
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; font-style: normal; 
   line-height: 15px; 
   color: #191970;
}

.bottom 
{  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; font-style: normal; 
   line-height: 15px; 
   color: #4D4C6A;
}

h1 
{  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
   font-size: 26px; font-style: normal; /* GSK - ++ fontsize */
   font-weight: normal;
   margin-bottom: 8px;
   line-height: 15px; 
   color: #D2691E;
}

h2 
{  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
   font-size: 18px; font-style: normal; 
   font-weight: normal;
   margin-bottom: 8px;
   line-height: 15px; 
   color: #F4A460;
}

h3 
{  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
   font-size: 16px; font-style: normal; 
   font-weight: normal;
   margin-bottom: 8px;
   line-height: 15px; 
   color: #D2691E;	/* GSK - Changed color from DAA520, to match h1 color */
}



TEXTAREA, select, input 
{  font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; font-style: normal; 
   line-height: normal; 
   color: #546051;
}


.hdr
{  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px;
   font-weight: bold;
   line-height: 15px; 
   color: #476D94;
}


/* Original link styles:
A:VISITED {
    color : #F4A460;
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
	color : #A0522D;
}

A:ACTIVE {
	text-decoration : none;
	color : #FA8072;
}

A:LINK {
	text-decoration : none;
	color : #FF8C00;
}
*/

