/* Bob Brown */
/* StyleSheet for T&M Distributing web site */

/* Slogan */
DIV.Slogan	{
	font-family: arial, helvetica;
	font-size: 14pt;
	text-align: center;
	color: blue;
	font-weight : bolder;
	font-style : italic;	
}

/* Slogan Footer*/
DIV.SloganFooter	{
	font-family: arial, helvetica;
	font-size: 12pt;
	text-align: center;
	color: blue;
	font-weight : bold;
	font-style : italic;	
}

/* Copyright */
DIV.Copyright	{
	font-family: arial, helvetica;
	font-size: 10pt;
	text-align: center;
	color: black;
	font-style : italic;	
}
/* Paragraph */
P 	{
	font-family: arial, helvetica;
	font-size: 10pt;
}


/* Main Page Headings */
H1	{
	font-family: Arial, verdana, helvetica;
	font-size: 32pt;
	font-weight: bold;
	text-align: center;
	margin-top : 0%;
	padding-top : 0%;
	vertical-align : text-top;
}


/* Page Section Headings */
H2	{
	font-family: Arial, helvetica;
	font-size: 16pt;
	text-align: center;
	margin-left : .5em;
	font-weight: bold;
	color: blue;
}

/* Page Section Headings */
H3	{
	font-family: Arial, helvetica;
	font-size: 18pt;
	text-align: center;
	margin-left : .5em;
	color: blue;
}



/* Main Navigation Bar */
A.PAGELINKS	{
	font-family: arial, helvetica;
	font-size: 10pt;
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}


/* Hover Over Hotlinks */
A:hover {
  color: red;
}

/* Links */
A.LINKS {
	font-family: arial, helvetica;
	font-size: 12pt;
	color: maroon;
	text-decoration: underline;
	text-indent : 8pt
}

