﻿/* CSS Document */
/* deals mainly with all font related stuff */
/* seperate from main.css so it can be used with WYSIWYG control */

body 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: Transparent;
	margin:0px 0px;
	padding:0px;
	text-align: left;
	
}


div
{
    font-size: 13px;
	background-color: Transparent;
}

td
{
font-size: 13px;
}


h1
{
    font-family: Comic Sans MS;
}

h2
{
    font-family: Comic Sans MS;
    font-size: 18px;
    color: Blue;
    font-weight: normal;
}

a
{
    text-decoration: none;
    color: Navy;
}

a:hover
{
    text-decoration: underline;

}

.breadcrumbs
{
    text-decoration: none;
    color: Navy;
    background-color: #ffcc66;
 }
 
a.breadcrumbs
{
    text-decoration: none;
    color: Navy;
    background-color: #ffcc66;
 }

a.breadcrumbs:hover
{
    text-decoration: underline;
 background-color: #ffcc66;
}


img
{
	/*border: 7px solid #0000ff;*/
}
