/* Text Colors

light blue: #81A9E6
dark blue: #000048
gold: #C1A541
light purple: #C7C5D2

More purples:
Dark: #666699
Light: #BCBCD7
*/
body, p, td, .normal {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	color: #C1A541;
}
.myindent {
margin-left: 4px;

}
/* TEXT COLORS */

/* light purple: #C7C5D2 */
.ItalicHeaderPurple, .smallPurple, .normalPurple, .mediumPurple, .largePurple {color:#C7C5D2;}

/* Gold: #C1A541 */
.ItalicHeaderGold, .smallGold, .mediumGold, .largeGold {color:#C1A541;}

/* Light Blue: #81A9E6 */
.ItalicHeaderBlue, .smallBlue, .normalBlue, .mediumBlue, .largeBlue {color:#81A9E6;}


/* TEXT SIZES */
.ItalicHeaderPurple, .ItalicHeaderGold, .ItalicHeaderBlue {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
font-style: italic;
}
.smallPurple, .smallGold, .smallBlue 
	{font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	}
.normalPurple, .normalBlue 
	{font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	}
.mediumPurple, .mediumGold, .mediumBlue 
	{	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	}
.largePurple, .largeGold, .largeBlue 
	{	font-family: Arial;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	}


a.Small_Links:link, a.Small_Links:visited  {font-family: Arial; color : #C1A541; font-size: 8pt; font-weight: bold; text-decoration: none;}
a.Small_Links:active, a.Small_Links:hover  {font-family: Arial; color : #FFFFFF; text-decoration: underline; font-size: 8pt; font-weight: bold;}

a.Small_Links_Purple:link, a.Small_Links_Purple:visited  {font-family: Arial; color : #666699; font-size: 8pt; font-weight: bold; text-decoration: none;}
a.Small_Links_Purple:active, a.Small_Links_Purple:hover  {font-family: Arial; color : #BCBCD7; text-decoration: underline; font-size: 8pt; font-weight: bold;}

a.Bottom_Links:link, a.Bottom_Links:visited  {font-family: Arial; color : #C1A541; font-size: 8pt; font-weight: bold;  text-decoration: none;}
a.Bottom_Links:active, a.Bottom_Links:hover  {
	font-family: Arial;
	color: #C1A541;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	background-color: #3A3A98;
}

a.Tiny_Links_Reg:link, a.Tiny_Links_Reg:visited  {font-family: Arial; color : #C1A541; font-size: 7pt; font-weight: normal; text-decoration: none;}
a.Tiny_Links_Reg:active, a.Tiny_Links_Reg:hover  {font-family: Arial; color : #FFFFFF; text-decoration: underline; font-size: 7pt; font-weight: normal;}

.Tiny_Text{
	font-family: Arial;
	font-size: 7pt;
	font-style: normal;
	color: #42709D;
	}

a.Small_Links_Reg:link, a.Small_Links_Reg:visited  {font-family: Arial; color : #C1A541; font-size: 8pt; font-weight: normal;  text-decoration: none;}
a.Small_Links_Reg:active, a.Small_Links_Reg:hover  {font-family: Arial; color : #FFFFFF; text-decoration: underline; font-size: 8pt; font-weight: normal;}


a:link, a:visited  {font-family: Arial; color : #C1A541; font-size: 10pt; font-weight: bold;  text-decoration: none;}
a:active, a:hover  {font-family: Arial; color : #FFFFFF; text-decoration: underline; font-size: 10pt; font-weight: bold;}

a.heading2:link, a.heading2:visited  {font-family: "Times New Roman", Times, serif; color : #C1A541; font-size: 14pt;  text-decoration: none; font-weight: bold;}
a.heading2:active, a.heading2:hover  {font-family: "Times New Roman", Times, serif; color : #FFFFFF; text-decoration: underline; font-size: 14pt; font-weight: bold;}

h1, h2, h3{
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-style: normal;
color:#C1A541;
}
h1 {font-size: 16pt; background-image: url(images/page-design/header-bkg-h1.jpg);}
h2 {font-size: 14pt; }
h3 {font-size: 12pt;}
/* original sizes:
h1{font-size: 16pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
*/

.bkgline{background-image: url(images/page-design/header-bkg-h2.jpg);
	}

#printonly { 
  display : none; 
} 


.special { display:none;
margin-left:5px; } 
/*

*/
ul.nomargin{
	margin-left:0px;

}

img.bordered{
	border-color: #C1A541;
	border-width: 1px;

}