/* All of these entries are duplicates of dotstyle.css but with the correct changes for most browsers. */
/* These are the things you want to change for all browsers except Netscape 4.x All font size declorations */
/* in dotstyle.css are for Netscape 4.x since it only reads the link tag and not the style tag. Only things */
/* that are different should be in this style sheet. Anything that only needs to be declared once should */
/* be kept in dotstyle.css */

body	{
	font-size: 12pt;
}

table {
	font-size: 12pt;
}

td {
	font-size: 12pt;
}

ol, li, dl, dt, dd, ul	{
	line-height: 12pt; 
}

h1	{
	font-size: 15pt;
 	font-weight: 900;
}

h2	{
	font-size: 13pt;
	font-weight: 800;
	margin-bottom: 8pt;
	margin-top: 0pt;
}

h3	{
	font-size: 12pt;
	font-weight: 800;
	margin-bottom: 0pt;
}

h4 	{
	font-size: 9.5pt;
	font-weight: bold;
	margin-bottom: 4pt;
	margin-top: 4pt;
}

h5	{
	font-size: 8.5pt;
	font-weight: bold;
	margin-bottom: 4pt;
	margin-top: 4pt;
}

h6	{
	font-size: 7.5pt;
	font-weight: bold;
	margin-bottom: 4pt; 
	margin-top: 4pt;
}			

p 	{
	font-size: 12pt;
	margin-bottom: 7pt;
	margin-top: 7pt;
}

.footer {font-size: 7.5pt;}
.caption {font-size: 8pt;}
.primary {font-size: 9pt;}
.secondary {line-height: 10.5pt; font-size: 10pt;}
.tertiary {font-size: 10pt; line-height: 14.5pt;}
.util {font-size: 7.5pt;}
.indexutil {font-size: 9.5pt;}
.endprimary {font-size: 9pt;}

