
body {
	background-image: url(images/BG1.jpg);
	background-repeat: repeat-x;
	background-color: #7C8F9D;
}
.tinytext {
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 10px;
    color: #465164;
	
}
.bodytext {
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 12px;
    color: #465164;
}

.bodytextL {
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 14px;
    color: #465164;
}

.bodylink {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
    color: #000080;
	font-weight : bold;
	text-decoration: none;
}

.bodylinkL {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
    color: #000080;
	font-weight : bold;
	text-decoration: none;
}
.bodylinkXL {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
    color: #000080;
	font-weight : bold;
	text-decoration: none;
}
.heading {
    font-family: Times New Roman, Times, serif;
	font-size: 15pt;
    color: #3E5271;
	font-weight : bold;
}
.headingsmall {
    font-family: Times New Roman, Times, serif;
	font-size: 13pt;
    color: #3E5271;
	font-weight : bold;
}
.bodyitalics {
    font-family: Times New Roman, Times, serif;
	font-style: italic;
	font-size: 12pt;
    color: #3E5271;
	font-weight : bold;
}

.buttonthere{
    font-family: Verdana, Geneva, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight : bold;
	text-decoration: none;
}

.buttonlink {
    font-family: Verdana, Geneva, Arial, sans-serif;
	color: #B7B7B7;
	font-size: 13px;
	font-weight : bold;
	text-decoration: none;
}

.buttontiny {
	color: #B7B7B7;
	font-size: 10px;
	font-weight : bold;
	text-decoration: none;
}

.buttontinythere {
	color: #FFFFFF;
	font-size: 10px;
	font-weight : bold;
	text-decoration: none;
}
	 
A:link.bodylink { color: #000080; text-decoration: none; }      /* unvisited link */
A:visited.bodylink { color: #000080; text-decoration: none ;}   /* visited links */
A:hover.bodylink { color: #0000CC; text-decoration: none; }
A:active.bodylink { color: #000080; text-decoration: none; }    /* active links */

A:link.bodylinkL { color: #000080; text-decoration: none; }      /* unvisited link */
A:visited.bodylinkL { color: #000080; text-decoration: none ;}   /* visited links */
A:hover.bodylinkL { color: #0000CC; text-decoration: none; }
A:active.bodylinkL { color: #000080; text-decoration: none; }    /* active links */

A:link.bodylinkXL { color: #000080; text-decoration: none; }      /* unvisited link */
A:visited.bodylinkXL { color: #000080; text-decoration: none ;}   /* visited links */
A:hover.bodylinkXL { color: #0000CC; text-decoration: none; }
A:active.bodylinkXL { color: #000080; text-decoration: none; }    /* active links */

A:link.buttonlink { color: #B7B7B7; text-decoration: none; }      /* unvisited link */
A:visited.buttonlink { color: #B7B7B7; text-decoration: none ;}   /* visited links */
A:hover.buttonlink { color: #FFFFFF; text-decoration: none; }
A:active.buttonlink { color: #B7B7B7; text-decoration: none; }    /* active links */

A:link.buttontiny { color: #B7B7B7; text-decoration: none; }      /* unvisited link */
A:visited.buttontiny { color: #B7B7B7; text-decoration: none ;}   /* visited links */
A:hover.buttontiny { color: #FFFFFF; text-decoration: none; }
A:active.buttontiny { color: #B7B7B7; text-decoration: none; }    /* active links */


