/* Atlantic Photo Style Sheet */

BODY {font-family: Helvetica, Arial, sans-serif;	
		margin-top		:    	0em;
		margin-left		:    	0em;
		margin-right	:   	0em;
		margin-bottom	:	0px;
		width			:	auto;
		color			:	white;
	}

P { font-family: helvetica, arial, sans-serif; font-size : 13px; color: white; font-weight: normal; font-style: normal; line-height: 15px; text-align: left; }

.sanstext13 { font-family: helvetica, arial, geneva, sans-serif; font-size : 13px; color: white; font-weight: normal; font-style: normal; line-height: 15px; text-align: left; }

.sanstext12 { font-family: helvetica, arial, geneva, sans-serif; font-size : 12px; color: white; font-weight: normal; font-style: normal; line-height: 14px; text-align: left; }

.sanstext11 { font-family: helvetica, arial, geneva, sans-serif; font-size : 11px; color: white; font-weight: normal; font-style: normal; line-height: 13px; text-align: left; }

.sanstext10 { font-family: helvetica, arial, geneva, sans-serif; font-size : 10px; color: white; font-weight: normal; font-style: normal; line-height: 12px; text-align: left; }

.sanstext9  { font-family: helvetica, arial, geneva, sans-serif; font-size :  9px; color: white; font-weight: normal; font-style: normal; line-height: 115%; width: 100%; text-align: left; }

.sanstext8  { font-family: helvetica, arial, geneva, sans-serif; font-size :  8px; color: white; font-weight: normal; font-style: normal; line-height: 115%; width: 100%; text-align: left; }

.note10 { font-family: helvetica, arial, geneva, sans-serif; font-size: 10px; color: white; font-weight: normal; font-style: normal; line-height: 115%; width: 100%; text-align: left; }

.note9  { font-family: helvetica, arial, geneva, sans-serif; font-size:  9px; color: white; font-weight: normal; font-style: normal; line-height: 115%; width: 100%; text-align: left; }

.note8  { font-family: helvetica, arial, geneva, sans-serif; font-size:  8px; color: white; font-weight: normal; font-style: normal; line-height: 115%; width: 100%; text-align: left; }

.highlight { font-family: helvetica, arial, geneva, sans-serif; font-size : 13px; color: rgb(100,0,150); font-weight: bold; font-style: normal; line-height: 18px; text-align: left; }

.head1 { font-family: helvetica, arial, geneva, sans-serif; font-size : 16px; color: white; font-weight: bold; font-style: italic; line-height: 18px; text-align: left; }

.head2 { font-family: helvetica, arial, geneva, sans-serif; font-size : 18px;  color: white; font-weight: bold; font-style: normal; line-height: 20px; text-align: left;}

.typewriter {font-family: Courier, Andale Mono, monospaced; font-size: 13px; line-height: 15px; text-align: left;}


UL{ font-family: Helvetica, Arial, sans-serif; font-size: 13px; list-style-type: square; font-weight: normal; line-height: 15px; color: black; text-align: left; }

OL{ font-family: Helvetica, Arial, sans-serif; font-size: 13px; list-style-type: decimal; font-weight: normal; line-height: 15px; color: black; text-align: left; }

DT { font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold; color: black; line-height : 17px; text-align: left; }

DD { font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; line-height : 15px; text-align: left; }

H1	{font-family	:	Helvetica, Arial, sans-serif;
		font-size	:	28px;
		font-weight:	bold;
		color	:	rgb(0,90,160);
	}
H2	{font-family	:	Helvetica, Arial, sans-serif;
		font-size	:	24px;
		font-weight:	bold;		
		color	:	rgb(0,90,160);
	}
H3	{font-family	:	Helvetica, Arial, sans-serif;
		font-size	:	20px;
		font-weight:	bold;
		color	:	rgb(0,90,160);
	}
H4 {font-family	:	Helvetica, Arial, sans-serif;
		font-size	:	18px;
		font-weight:	bold;
		color	:	rgb(200,100,100);
	}
H5 {font-family	:	Helvetica, Arial, sans-serif;
		font-size	:	16px;
		font-weight:	bold;
		line-height:	100%;
		color	:	rgb(0,90,160);
	}
H6 {font-family	:	Helvetica, Arial, sans-serif;
		font-size	:	14px;
		font-weight:	bold;
		color	:	rgb(0,90,160);
	}

A:LINK		{ text-decoration	:	underline;
			color			:	rgb(150,150,255);
			background		:	transparent;
		}
A:ACTIVE	{ text-decoration		:	underline;
			color			:	rgb(0,0,0);
			background		:	transparent;
		}
A:VISITED	{ text-decoration		:	underline; 
   			color			:	rgb(150,150,150); 
  			background		:	transparent; 
		}
A:HOVER	{ text-decoration		:	underline; 
			color		 	:	rgb(255,50,50);
			background		:	transparent;
		 }