a {
	color : Blue;
}

a.1 {

	font-family : arial,sans-serif;
	font-size : 8pt;
	color: Black;


}

a.2 {
	background : Silver;
	text-align : center;
	font-family : arial,sans-serif; 
	font-weight : bold;
	font-size : 8pt;
	vertical-align : top;
	color : red;
}

A.small {
	font-size : 8pt; 
	color :Blue; 
} 



body { 
background-color : white; 
font-family : arial,sans-serif; 
font-size : 10pt; 
} 

.GridView { 
background-color : white; 
font-family : arial,sans-serif; 
font-size : 8pt; 
} 
.Row { 
background-color : Green; 
}

.DetailsView { 
background-color : white; 
font-family : arial,sans-serif; 
font-size : 8pt; 
} 

p { 
font-family : arial,sans-serif; 
font-size : 10pt; 
font-style : normal; 
font-weight : normal; 
color : Black; 
}

.boldftcred { 
font-weight : bold;
color : #92002a;
}

.bold { 
font-weight : bold;
}

.small {
	font-size : 8pt; 
	color : Black; 
} 

.smallbold {
	font-size : 8pt; 
	font-weight : bold;
	color : Black; 
}
.smallblue {
font-size : 8pt; 
color : blue;
} 

.arial {
	font-family : arial,sans-serif;
}

.center {
	text-align : center;
}

.margin {
	margin : 0in 0in 0in 1in;
}

.gold {
	color : #c7b300; 
}
 
H1 {
	font-family : Arial;
	font-size : medium;
	font-style : normal;
	text-align : center;
	color : #2b8b57;
}

H2 {
	font-family : Arial;
	font-size : small;
	font-style : normal;
	text-align : center;
	color :#2b8b57;
}


	
H3 {
	font-family : Arial;
	font-size : small;
	font-style : normal;
	text-align : center;
	color : Black;
}

H4 {
	font-family : Arial;
	font-size : x-small;
	font-style : normal;
	text-align : center;
	color : ##2b8b57
}


H5 {
	font-family : Arial;
	font-size : small;
	font-style : normal;
	text-align : left;
	color : #2b8b57;
}

.bold{
	font-weight: bold;
}

ul {
font-family : arial,sans-serif;
font-size : 10pt;
font-style : normal;
font-weight : normal;
color : black;

 }

li {
font-family : arial,sans-serif;
font-size : 10pt;
font-style : normal;
font-weight : normal;
color : black;
 }
 
 TD {
	border : thin none;
	padding: 2;
}

TD.top {
	background : Silver;
	text-align : left;
	font-weight : bold;
	font-size : 8pt;
	border : 0 none;
}

TD.topalctr {
	background : Silver;
	text-align : center;
	font-weight : bold;
	font-size : 8pt;
	border : 0 none;
}
 
 TD.body {
	background : White;
	text-align : left;
	font-weight : normal;
	font-size : 8pt;
	vertical-align : top;
}

TD.bodyalctr {
	background : White;
	text-align : center;
	font-weight : normal;
	font-size : 8pt;
	vertical-align : top;
}
	

