<!-- ----------------------------HTML Tag Styles---------------------------- -->

BODY A
{
    COLOR: #0000cc;
	text-decoration: none;
}
BODY A:active
{
    COLOR: #0000cc;
	text-decoration: none;
}
BODY A:hover
{
    COLOR: #0000cc;
	text-decoration: underline;
}
BODY A:link
{
    COLOR: #0000cc;
	text-decoration: none;
}
BODY A:visited
{
    COLOR: #000099;
	text-decoration: none;
}


td.MouseOverUnderline
{ 
text-decoration:underline;
}

<!-- ----------------------------Classes---------------------------- -->

<!-- ---------------MouseOver/Link Classes--------------- -->

A.MouseOverUnderline:hover
{ 
	text-decoration:underline;
	FONT-FAMILY: Arial;
}

A.Arial12Bold0000CC:hover
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #0000CC;
    FONT-FAMILY: Arial;
	FONT-STYLE:normal;
	LETTER-SPACING: 1px;
	text-decoration:underline;
	background-color: White;
	
}

A.Arial10link:hover
{
   		font-size : 11px;
       	font-family: arial;
		font-weight: normal;
       	line-height: 18px;
		color:#0000CC;
		text-decoration:underline;
}
A.Arial12pxboldlink:hover
{
   		font-size : 12px;
       	font-family: arial;
		font-weight:bold;
		color:#0000CC;
       	line-height: 17px;
		text-decoration:underline;
		background-color: White;
}
A.Arial15pxboldlink:hover
{
   		font-size : 15px;
       	font-family: arial;
		font-weight:bold;
		color:#0000CC;
       	line-height: 17px;
		text-decoration:underline;
		background-color: White;
}
A.Arial15pxboldlink:active
{
   		font-size : 15px;
       	font-family: arial;
		font-weight:bold;
		color:#0000CC;
		text-decoration:underline;
		background-color: White;
}
A.Arial15pxboldlink:link
{
   		font-size : 15px;
       	font-family: arial;
		font-weight:bold;
		color:#00099;
       	line-height: 17px;
		background-color: White;
}
A.Arial15pxboldlink:visited
{
   		font-size : 15px;
       	font-family: arial;
		font-weight:bold;
		color:#000099;
       	line-height: 17px;
		background-color: White;
}

A.MouseOverUnderlineVerdana:hover
{ 
	text-decoration:underline;
	FONT-FAMILY: Verdana;
}
  
A.MouseOverUnderlineBoldGrey:hover
{ 
	text-decoration:underline;
	FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #666666;
    FONT-FAMILY: Arial;
}
  
A.RedUnderline:link 
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #990000;
    FONT-FAMILY: Verdana;
    FONT-STYLE:normal; 
	text-decoration:underline;
} 
A.RedUnderline:VISITED 
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #990000;
    FONT-FAMILY: Verdana;
    FONT-STYLE:normal; 
	text-decoration:underline;
} 
A.RedUnderlineSmall:link 
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #990000;
    FONT-FAMILY: Verdana;
    FONT-STYLE:normal; 
	text-decoration:underline;
} 
A.RedUnderlineSmall:VISITED  
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #990000;
    FONT-FAMILY: Verdana;
    FONT-STYLE:normal; 
	text-decoration:underline;
} 
A.RedUnderlineSmallNormal:link 
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #990000;
    FONT-FAMILY: Verdana;
    FONT-STYLE:normal; 
    text-decoration:underline;
} 
A.RedUnderlineSmallNormal:VISITED
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #990000;
    FONT-FAMILY: Verdana;
    FONT-STYLE:normal; 
    text-decoration:underline;
} 
A.BlackUnderline:link 
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    FONT-STYLE:normal; 
    text-decoration:underline;
} 
A.Verdana8666666Underline:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #666666;
    FONT-FAMILY: Verdana;
    text-decoration:underline;
}
A.Verdana8666666Underline: VISITED
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #666666;
    FONT-FAMILY: Verdana;
    text-decoration:underline;
}
A.GrayUnderline:link 
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #666666;
    FONT-FAMILY: Verdana;
    FONT-STYLE:normal; 
	text-decoration:underline;
} 
A.GrayUnderline:VISITED 
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #666666;
    FONT-FAMILY: Verdana;
    FONT-STYLE:normal; 
	text-decoration:underline;
} 
A.White:link 
{
   		font-size : 12px;
		COLOR: #ffffff;
       	font-family: verdana,arial,helvetica;
		font-weight: normal;
		text-decoration:underline;
		FONT-WEIGHT: bold;
       	line-height: 17px;
}
A.White:visited 
{
   		font-size : 12px;
		COLOR: #ffffff;
       	font-family: verdana,arial,helvetica;
		font-weight: normal;
		text-decoration:underline;
		FONT-WEIGHT: bold;
       	line-height: 17px;
}
A.White:active 
{
   		font-size : 12px;
		COLOR: #ffffff;
       	font-family: verdana,arial,helvetica;
		font-weight: normal;
		text-decoration:underline;
		FONT-WEIGHT: bold;
       	line-height: 17px;
}
A.BlueUnderline:link 
{ 
color: #000099;
text-decoration:underline;
}  
A.BlueUnderline:visited 
{ 
color: #000099;
text-decoration:underline;
}   
A.BlueUnderline:active 
{ 
color: #000099;
text-decoration:underline;
}
A.Underline:link 
{ 
text-decoration:underline;
}  
A.Underline:visited 
{ 
text-decoration:underline;
}   
A.Underline:active 
{ 
text-decoration:underline;
}

.tag
{
    font-size: 12px;
    color: #544E78;
    font-family: Arial;
	font-weight: bold;
	line-height:19px;
	background:#FFFFFF;
}

<!-- ---------------Arial Fonts--------------- -->
.Arial8
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
.Arial9narrow
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
	LETTER-SPACING: 0px;
}
.Arial9
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
	line-height: 12px;
}
.Arial10
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
	font-weight: normal;
    line-height: 18px;
		
}
.Arial11
{
    FONT-SIZE: 11pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
.Arial10px
{
   		font-size : 11px;
       	font-family: arial;
		font-weight: normal;
       	line-height: 17px;
}
.content
{
   		font-size : 11px;
		vertical-align:top;
       	font-family: arial;
		font-weight: normal;
       	line-height: 17px;
}
.content_bold
{
   		font-size : 11px;
       	font-family: arial;
		font-weight: bold;
		color:#666666
       	line-height: 17px;
}
.content_large
{
   		font-size : 12px;
		vertical-align:top;
       	font-family: arial;
		font-weight: normal;
       	line-height: 19px;
}
.content_bold_large
{
   		font-size : 12px;
       	font-family: arial;
		font-weight: bold;
		color:#666666
       	line-height: 19px;
}
.Arial10px_short
{
   		font-size : 11px;
       	font-family: arial;
		font-weight: normal;
       	line-height: 16px;
}
.Arial10px_shortbold
{
   		font-size : 11px;
       	font-family: arial;
		font-weight: bold;
		color:#333333;
       	line-height: 16px;
}
.Arial10pxbold
{
   		font-size : 11px;
       	font-family: arial;
		font-weight:bold;
		color:#333333;
       	line-height: 17px;
}
.Arial12pxbold
{
   		font-size : 12px;
       	font-family: arial;
		font-weight:bold;
		color:#454545;
       	line-height: 17px;
       	background-color: White;
}
.home12pxbold
{
   		font-size : 12px;
       	font-family: arial;
		font-weight:bold;
		color:#454545;
       	line-height: 17px;
		vertical-align:top;
}
.Arial15pxbold
{
   		font-size : 15px;
       	font-family: arial;
		font-weight:bold;
		color:#454545;
       	line-height: 17px;
       	background-color: White;
}

.Arial13pxbold
{
   		font-size : 13px;
       	font-family: arial;
		font-weight:bold;
		color:#454545;
       	line-height: 20px;
       	background-color: White;
}

.Arial9px333333
{
   		font-size : 9px;
		COLOR: #333333;
       	font-family: verdana,arial,helvetica;
		font-weight: normal;
		line-height: 15px;
}
.Arial11px
{
   		font-size : 11px;
       	font-family: verdana,arial,helvetica;
		font-weight: normal;
       	line-height: 13px;
}
.Arial12
{
    FONT-SIZE: 12pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
.Arial12px
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
.ArialRound103b3b3b
{
    FONT-SIZE: 10pt;
    COLOR: #3b3b3b;
    FONT-FAMILY: Arial Rounded MT Bold;
    FONT-STYLE:normal;
    FONT-WEIGHT: bold;
}
.Arial10BoldBlack
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
}
.Arial10990000
{
    FONT-SIZE: 10pt;
    COLOR: #990000;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
}
<!-- ----- Bold ----- -->

.Arial9Bold666666
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #666666;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
}
.Arial10Bold666666
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #666666;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
}
.Arial10Bold222222
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14 px;
    COLOR: #222222;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
}
.Arial11Bold666666
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    COLOR: #666666;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
}
.Arial11px_bold
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
.Arial12Bold666666
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #666666;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
}
.Arial9Bold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #222222;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
	LETTER-SPACING: 1px;
}

.Arial10pxBoldRed
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #990000;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
	LETTER-SPACING: 1px;
}
.Arial10Bold333333
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #333333;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
	LETTER-SPACING: 1px;
}
.Arial10pxBold222222
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #222222;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
	LETTER-SPACING: 2px;
}
.Arial11Bold333333
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    COLOR: #333333;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
}
.Arial14Bold333333
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    COLOR: #333333;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
}
.Arial10Bold990000
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #990000;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
}
.Arial12Bold990000
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #990000;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
}
.Arial11Bold000000
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
	LETTER-SPACING: 1px;
}
.Arial11Bold000000Narrow
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
	LETTER-SPACING: 0px;
}
.Arial10Bold
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #333333;
    FONT-FAMILY: Arial;
	FONT-STYLE:normal;
	LETTER-SPACING: 1px;
}
.Arial10Bold0021bb
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #0021bb;
    FONT-FAMILY: Arial;
	FONT-STYLE:normal;
	LETTER-SPACING: 1px;
}
.Arial12Bold999999
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #999999;
    FONT-FAMILY: Arial;
	FONT-STYLE:normal;
	LETTER-SPACING: 1px;
	line-height: 18px;
}
.Arial11Bold777777
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #777777;
    FONT-FAMILY: Arial;
	FONT-STYLE:normal;
	LETTER-SPACING: 0px;
	line-height: 20px;
}
.Arial10Bold2f6a0f
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #2f6a0f;
    FONT-FAMILY: Arial;
	FONT-STYLE:normal;
	LETTER-SPACING: 1px;
}
.Arial10Bold504b63
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #363344;
    FONT-FAMILY: Arial;
	FONT-STYLE:normal;
	LETTER-SPACING: 1px;
}
.Arial11Black
{
	FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
	FONT-STYLE: normal;
	font-weight:normal;
	LETTER-SPACING: 0px;
	line-height: 20px;
}
<!-- ---------------Arial Form Styles--------------- -->
SELECT.A10
{
    FONT-SIZE: 10px;
    WIDTH: 295px;
    FONT-FAMILY: Arial;
}


<!-- ---------------Verdana Fonts--------------- -->
.Blue
{
    COLOR: #000099;
}
.Verdana6
{
    FONT-SIZE: 6pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
}
.Verdana8
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
}
.Verdana8666666
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #666666;
    FONT-FAMILY: Verdana;
}
.Verdana8990000
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #990000;
    FONT-FAMILY: Verdana;
}

.Verdana9
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
}
.Verdana10
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
}
.Verdana11
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
}
.Verdana12
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
}
.Verdana10px
{
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
	LINE-HEIGHT:15px;
}
.Verdana11px
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
	LINE-HEIGHT:15px;
}
.Verdana11pxNarrow
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
	LINE-HEIGHT:15px;
	LETTER-SPACING: 0px;
}
.Verdana11pxbold
{
    FONT-SIZE: 11px;
    COLOR: #333333;
    FONT-FAMILY: Verdana;
	FONT-WEIGHT: bold;
	LINE-HEIGHT:14px;
}
.Verdana14
{
    FONT-SIZE: 11pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
}

<!-- ----- Bold ----- -->

.Verdana8Bold990000
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #990000;
    FONT-FAMILY: Verdana;
    FONT-STYLE:normal;
    LINE-HEIGHT:10px;
}
.Verdana9Bold990000
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #990000;
    FONT-FAMILY: Verdana;
    FONT-STYLE:normal;
    LINE-HEIGHT:10px;
}
.Verdana8Boldffffff
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana;
    FONT-STYLE:normal;
	LINE-HEIGHT:/5;
}
.Verdana8Bolddde1ea
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #dde1ea;
    FONT-FAMILY: Verdana;
    FONT-STYLE:normal;
	LINE-HEIGHT:/5;
}
.Verdana9Bold111111
{
   FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #111111;
    FONT-FAMILY: Verdana;
    FONT-STYLE:normal;
    LINE-HEIGHT:10px;
}

.Verdana10Bold222222
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #222222;
    FONT-FAMILY: Verdana;
    FONT-STYLE:normal;
}


<!-- ----- Scrollable divs ----- -->
.nonscrollable 
{ 	overflow-y: hidden; 
	overflow-x: hidden; 
	scrollbar-face-color: #d9dcdf;
	scrollbar-track-color: #eeeeee;
	scrollbar-arrow-color: #4d6191;

} 
.photo 
{ 	overflow-y: hidden; 
	overflow-x: hidden;
	padding:2px;
	VERTICAL-ALIGN: top; 
	ALIGN: left; 
	HEIGHT: 216px; 
	WIDTH: 286; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid;
} 

.scrollable 
{ 	overflow-y: scroll; 
	scrollbar-face-color: #d9dcdf;
	scrollbar-track-color: #eeeeee;
	scrollbar-arrow-color: #4d6191;

} 
.scrollable2way
{ 	overflow-y: scroll; 
	overflow-x: scroll;
	scrollbar-face-color: #d9dcdf;
	scrollbar-track-color: #eeeeee;
	scrollbar-arrow-color: #4d6191;
} 

input.standard
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #ff222222;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
	width: 270px;
	height:21px;	
}

select.standard
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #ff222222;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
	width: 270px;
	height:21PX;
	margin-top:1px;	
	margin-bottom:1px;	
}

input.read_only
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #ff222222;
    FONT-FAMILY: Arial;
    FONT-STYLE:normal;
	width: 270px;
	background-color:#EEEEEE;
	border-width:1PX;
	border-color:#E0E0E0;
	border-bottom-color:#666666;
	border-right-color:#666666;
	height:21PX;
	line-height:17px;
	padding-left: 3px;
}
.addimage {
	margin-bottom:10px;

}




