body
	{
	background-color: c4c4c4;
	margin: 20px;
	}

td
	{
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	line-height: 17px;
	color: ffffff;
	}

	
a
	{
	color: #33477a;
	}

a:hover
	{
	color: #7689b8;
	text-decoration: none;
	}

h1
	{
	color: #33477A;
	font-size: 18px;
	display: inline;
	}
	
h2
	{
	color: #ffffff;
	font-size: 16px;
	display: inline;
	}
	

.globalnav
	{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	}

.footer
	{
	font-size: 13px;
	font-weight: bold;
	}

.copyright
	{
	text-align: right;
	}

.nav
	{
	background-image: url(/media/img/nav-background.jpg);
	background-repeat: repeat-x;
	background-color: #D6D7D1;
	}
	
.navoff
	{
	color: #000000;
	font-weight: bold;
	padding-left: 20px;
	}

.navon
	{
	background-color: #33477a;
	font-weight: bold;
	color: #ffffff;
	padding-left: 20px;
	}
	
a.navon2
	{
	background-color: #33477a;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left: 0px;
	}

.mainbody
	{
	background-image: url(/media/img/inside-background.jpg);
	background-repeat: repeat-x;
	background-color: #6D7CA4;
	padding: 20;
	}
	
	
a.bodylink
	{
	color: #ffffff;
	text-decoration: underline;
	}
	

.mainbodyhome
	{
	background-image: url(/media/img/inside-background.jpg);
	background-repeat: repeat-x;
	background-color: #6D7CA4;
	padding: 0 20 0 20;
	}
	

.homeheadline
	{
	font-family: times new roman, serif;
	font-size: 20px;
	line-height: 25px;
	}


img.hoverable {
  cursor: pointer;
  border: 1px solid transparent;
  padding: 5px;
}

img.selected {
  border: 1px solid white;
  background: black;
}
.poly-custom-fonts img { width:240px; }
.poly-custom-fonts img.selected {
  border: 1px solid black;
  background: white;
}
