/* STYLE SHEET FOR CORPORATE1 STYLE
/* DEFAULT FONTS -Don't Change Font-Family */
body								{background-color: #556677}
h1									{ color: #000000; font-family: verdana,arial,helvetica }			/* DEFAULT FONT SETTINGS */
h2									{ color: #000000; font-family: verdana,arial,helvetica }			/* DEFAULT FONT SETTINGS */
h3									{ color: #000000; font-family: verdana,arial,helvetica }			/* DEFAULT FONT SETTINGS */
h4									{ color: #000000; font-family: verdana,arial,helvetica }			/* DEFAULT FONT SETTINGS */
h5									{ color: #000000; font-family: verdana,arial,helvetica }			/* DEFAULT FONT SETTINGS */
h6									{ color: #000000; font-family: verdana,arial,helvetica }			/* DEFAULT FONT SETTINGS */
p									{ color: #000000; font-family: verdana,arial,helvetica }			/* DEFAULT FONT SETTINGS */

A									{ color: #0033CC; text-decoration: none;behavior: ;}							/* DEFAULT LINK SETTINGS */
A:hover,A:active					{ color: #0033CC; text-decoration: underline}						/* DEFAULT LINK SETTINGS */
A:visited							{ color: #0066FF }														/* DEFAULT LINK SETTINGS */
a:link							 {color: #0033CC}

/* TABLE CLASSES */
.table1bg							{ background-color: #FF0000 }																/* TABLE HEADER1 BG COLOR */
.table2bg							{ background-color: #00FF00 }																/* TABLE HEADER1 BG COLOR */

/* FONT CLASSES */
.titlefontwhite					{ font-weight: bold; font-size: 24px; text-align: left; color: #FFFFFF; font-family: arial narrow,arial,helvetica }				
.bold10graytext					{ font-weight: bold; font-size: 10px; color: #999999; font-family: verdana,arial,helvetica }			
.bold10graytextright				{ font-weight: bold; font-size: 10px; text-align: right; color: #999999; font-family: verdana,arial,helvetica }			
.bold10blacktext					{ font-weight: bold; font-size: 10px; color: #000000; font-family: verdana,arial,helvetica }			
.bold10blacktextright			{ font-weight: bold; text-align: right; font-size: 10px; color: #000000; font-family: verdana,arial,helvetica }			
td,.plain10graytext					{ font-size: 10px; color: #000000; font-family: verdana,arial,helvetica }			
.plain10graytextright			{ font-size: 10px; text-align: right; color: #666666; font-family: verdana,arial,helvetica }			
.bold12graytext					{ font-weight: bold; font-size: 12px; text-align: left; color: #CCCCCC; font-family: verdana,arial,helvetica }			
.bold12graytextright				{ font-weight: bold; font-size: 12px; text-align: right; color: #CCCCCC; font-family: verdana,arial,helvetica }			.plain_12_white_text				{ font-size: 12px; text-align: left; color: #FFFFFF; font-family: verdana,arial,helvetica }			

