body 		{ 
		background-color: f0f0ff; 
		margin-top: 5; margin-bottom: 5; 
		margin-left: 5; margin-right: 5; 
		}

h1	 	{ 
		font-family: Arial; font-size: 11pt; 
		font-weight: bold; font-style: normal; 
		color: maroon; text-decoration: none;      
		}

h2	 	{ 
		font-family: Arial; font-size: 10pt; 
		font-weight: bold; font-style: normal;
		color: maroon; text-decoration: none;      
		}

h3	 	{ 
		font-family: Arial; font-size:  9pt; 
		font-weight: bold; font-style: normal;
		color: maroon; text-decoration: none;      
		}

h4	 	{ 
		font-family: Arial; font-size:  8pt; 
		font-weight: bold; font-style: normal;
		color: maroon; text-decoration: none;       
		}

h5	 	{ 
		font-family: Arial; font-size:  8pt; 
		font-weight: normal; font-style: italic;
		color: maroon; text-decoration: none;       
		}

h6	 	{ 
		font-family: Arial; font-size:  8pt; 
		font-weight: normal; font-style: normal;
		color: maroon; text-decoration: none;       
		}

a		{ 
		font-family: Arial; font-size:  8pt;
 		font-weight: normal; font-style: normal;
		color: navy; text-decoration: underline; 
		}

.aSmall		{ 
		font-family: Arial; font-size:  7pt;
 		font-weight: normal; font-style: normal;
		color: navy; text-decoration: underline; 
		}

p	 	{ 
		font-family: Arial; font-size:  8pt; 
		font-weight: normal; font-style: normal;
		color: black; text-decoration: none;
		}
.pGray	 	{ 
		font-family: Arial; font-size:  8pt; 
		font-weight: normal; font-style: normal;
		color: gray; text-decoration: none;
		}
.pField		{ 
		font-family: Arial; font-size:  8pt; 
		font-weight: normal; font-style: normal;
		color: black; text-decoration: none; 
		}
.pWarng	 	{ 
		font-family: Arial; font-size:  8pt; 
		font-weight: bold; font-style: normal;
		color: green; text-decoration: none; 
		}
.pError	 	{ 
		font-family: Arial; font-size:  8pt; 
		font-weight: normal; font-style: normal;
		color: red; text-decoration: none; 
		}

.pSmall	 	{ 
		font-family: Arial; font-size:  7pt; 
		font-weight: normal; font-style: normal;
		color: black; text-decoration: none;
		}
.pSmallGray 	{ 
		font-family: Arial; font-size:  7pt; 
		font-weight: normal; font-style: normal;
		color: gray; text-decoration: none;
		}
.pSmallBold 	{ 
		font-family: Arial; font-size:  7pt; 
		font-weight: bold; font-style: normal;
		color: black; text-decoration: none;
		}


