/* AcePhoto Style Sheet*/
BODY  {
	top : 0;
	left : 0;
	position : static;

	font-family : MS Sans Serif, Geneva, sans-serif;
	font-size : 12pt;
	color : black;
	background-color : #C0D0D0;

	text-align : left;
	line-height : 125%;
}

/*
H1, H2, H3, H4, H5, H6, P, UL, OL, LI, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, HR  {
	display : block;
}

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
BR, IMG, SPAN  {
	display : inline;
}
*/

H1  {
	margin-top : 0;
	margin-bottom : 0;
	text-align : left;
	font-family : MS Sans Serif, Geneva, sans-serif;
	font-size : 16px;
	color : #000099;
    line-height: 160%;
}

H2  {
	margin-top : 0;
	margin-bottom : 0;
	font-family : MS Sans Serif, Geneva, sans-serif;
	font-size : 14px;
	color : blue;
    line-height: 140%;
}

H3  {
	margin-top : 0;
	margin-bottom : 0;
	font-family : MS Sans Serif, Geneva, sans-serif;
	font-size : 12px;
	color : blue;
    line-height: 110%;
}


B, STRONG  {
	font-weight : bold;
}

/* relative to the parent*/
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE  {
	font-style : italic;
}

PRE, TT, CODE, KBD, SAMP  {
	font-family : monospace;
}

PRE  {
	font-family : monospace;
	/* white-space : pre; */
	font-size : 10pt;
}

ADDRESS  {
	margin-left : 0;
	font-size : 10pt;
}

BLOCKQUOTE  {
	margin-left : 0;
	margin-right : 0;
}

MENU  {
	margin : 0;
}

TD  {
	font-family : MS Sans Serif, Geneva, sans-serif;
	font-size : 10pt;
	height : 14pt;
}

TH  {
	font-family : MS Sans Serif, Geneva, sans-serif;
	font-size : 10pt;
	height : 14pt;
}

HR  {
	color : #999999;
	border : solid;
	font-size: 12px;
	font-weight: normal;
}

/* 'border-bottom' could also have been used*/
A:link  {
	color : blue;
}

/* unvisited link*/
A:visited  {
	color : blue;
}

/* visited links*/
A:active  {
	color : red;
}

/* Could use letter-spacing in IE to get (E v e n t s), but not NS4 */
.toptitle {
	font-size : 20pt;
	/* Was Arial */
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	/* display : inline; */
    vertical-align: baseline; line-height: 34px; top: auto; clip:  rect(   );
}

.bigger  {
	font-size : 14.5pt;
	/* display : inline; */
}

.announce {
	font-size : 14.5pt;
	font-family : MS Sans Serif, Geneva, sans-serif;
	/* display : inline; */
	text-align : justify;
	line-height : 115%;
}

.bigboldblue  {
	font-size : 14.5pt;
	font-family : MS Sans Serif, Geneva, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Navy;
	/* display : inline; */
	/* text-align : bottom;*/
}

.verysmall  {
	font-size : 9pt;
	/* display : inline; */
}

.heading  {
	/* display : inline; */
	font-weight : bold;
	color : Navy;
	line-height : 140%;
}

.fancyheading  {
	/* display : inline; */
	font-weight : bold;
	color : Teal;
	line-height : 170%;
	font-family : Seabird SF, New York, serif;
	font-size : 16pt;
	font-style : normal;
}

.fancysubheading  {
	/* display : inline; */
	font-weight : bold;
	color : Teal;
	line-height : 170%;
	font-family : Seabird SF, New York, serif;
	font-size : 12pt;
	font-style : normal;
}

.fancynormal  {
	/* display : inline; */
	font-weight : normal;
	color : Purple;
	line-height : 140%;
	font-family : Seabird SF, New York, serif;
	font-size : 12pt;
	font-style : normal;
}

.fancybold  {
	/* display : inline; */
	font-weight : bold;
	color : Purple;
	line-height : 140%;
	font-family : Seabird SF, New York, serif;
	font-size : 12pt;
	font-style : normal;
}

.normal {  
	font-family: Times New Roman, Times, serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: 18px; 
	text-align: left; 
	color: #000000
}

.grayitalic {  
	font-family: Times New Roman, Times, serif; 
	font-size: 10pt; 
	font-style: italic; line-height: 10pt; 
	font-weight: normal; 
	color: #666666;
}

.blackitalic {  
	font-family: Times New Roman, Times, serif; 
	font-size: 10pt; 
	font-style: italic; line-height: 10pt; 
	font-weight: normal; 
	color: #000000
}

.stylishnormal2 {  
	/* display : inline; */
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 12pt; 
	font-style: normal; 
	line-height: 120%; 
	color: #000080; 
	font-weight: normal
}

.stylishnormal
	{
	/* display : inline;  */
	font-weight : normal; 
	color : #000080; 
	line-height : 120%; 
	font-family : Times, Times New Roman, serif; 
	font-size : 12pt; 
	font-style : normal
}
