/* GENERAL and  STRUCTURAL STYLES */

BODY {FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff;}


.black {color: black;}
.dkgray {color: #333333;}
.gray {color: #666666;}
.medgray {color: #999999;}
.ltgray {color: #AAAAAA;}
.red {color:red;}
.green {color:green;}
.white {color: white;}
.blue {color: #000080; } 

.bold {font-weight: Bold;}
.normal {font-weight: Normal;}

.sm {font-size: 9pt; line-height: 11pt; font-family: Verdana, Arial, Tahoma, Serif; font-variant: normal;font-style: normal;}
.med {font-size: 10pt; line-height: 12pt; font-family: Verdana, Arial, Tahoma, Serif; font-variant: normal;font-style: normal;}
.lg {font-size: 12pt; line-height: 14pt; font-family: Verdana, Arial, Tahoma, Serif; font-variant: normal;font-style: normal;}
.mlg {font-size: 13pt; line-height: 15pt; font-family: Verdana, Arial, Tahoma, Serif; font-variant: normal;font-style: normal;}
.xlg {font-size: 14pt; line-height: 16pt; font-family: Verdana, Arial, Tahoma, Serif; font-variant: normal;font-style: normal;}
.xxlg {font-size: 16pt; line-height: 18pt; font-family: Verdana, Arial, Tahoma, Serif; font-variant: normal;font-style: normal;}

	
A:hover {text-decoration: underline}

	.table1 {BACKGROUND-COLOR: #DDDDDD}
	
	.bordertp {border-top-width: 1; border-top-style: dashed; border-top-color: gray}
	.borderbt {border-bottom-width: 1; border-bottom-style: solid; border-bottom-color: gray}
	.borderlt {border-left-width: 1; border-left-style: dashed; border-left-color: gray}
	.borderrt {border-right-width: 1; border-right-style: dashed; border-right-color: gray}
	.border_dashed {border-width: 1; border-style: dashed; border-color: gray}