﻿
body 
{background-color: #FFFFCC;
	font-size: small;
}


h1 {color:red; font-size:24pt; font-family: calibri; text-align: center}

h2 {color:red; font-size:14pt; font-family: calibri; text-align: center}

h3 {color:red; font-size:12pt; font-family: calibri; text-align: center}

h4 {color:blue; font-size:12pt; font-family: calibri; text-align: center}

h5 {color:red; font-size:12pt; font-family: calibri; text-align: center}

h6 {color:blue; font-size:11pt; font-family: calibri; text-align: center}

hr {color:navy}


p {font-size:small; 
font-family:Verdana; text-align:center; color:blue;
	font-weight: 500;
}

	
.red {color: red;}

.black {color: black;}

.blue  {color: blue;}


a:link {color: blue}

a:visited {color: blue}

a:hover {color: red}

a:active {color: red}


.header
{position: fixed; top: 0px; left: 0px; width}




.large { width : 200px ; height : 90px ; border : 1px solid black }

.small { width : 80px ; height : 50px ; border : 1px solid black }

.top { position : fixed; background-color: #FFFFCC }

.top-left { position : fixed ; top : 0px ; left : 0px ; background-color: #FFFFCC }

.top-right { position : fixed ; top : 0px ; right : 0px ; background-color: #FFFFCC }

.btm-left { position : fixed ; bottom : 0px ; left : 0px ; background-color: #FFFFCC }

.btm-right { position : fixed ; bottom : 0px ; right : 0px ; background-color: #FFFFCC }





.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url(images/magplus.cur), pointer;
}
.PopBoxImageLarge
{
   border: solid thin #CCCCFF;
   cursor: url(images/magminus.cur), pointer;
} 

.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}


