﻿body.regular {font-family : Comic Sans MS; font-size : 12pt;}

body.comic {font-family : Comic Sans MS; font-size : 12pt;}

body.arial {font-family : arial; font-size : 12pt;}

body.verdana {font-family : verdana; font-size : 12pt;}

body {
	background-image:url('images/bg_green.jpg');
	background-attachment: fixed;
	font-family:"Comic Sans MS";
	font-size : 12pt;
}

#page {
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px; 
	width: 784px;
}

#pageborder {
	width: 780px;
	border: 2px #000000 solid;
}

#pageheader {
	text-align: center;
}

#pagenavigation {
	font-size: 12pt;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid black;	
	border-bottom: 2px solid black;	
}

#pagenavigation2 {
	font-size: 12pt;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid black;	
}

#pagebody {
	width: 780px;
	background-color: white;
	color: black;
}

#pagebodycontainer3col {
	float: left;
	width: 780x;
	height: 180px;
	border-bottom: 2px solid black;	
}

#pagebody3col1 {
	float: left;
	width: 150px;
}
 
#pagebody3col2 {
	float: left;
	width: 480px;
	text-align: center;
}
 
#pagebody3col3 {
	float: left;
	width: 150px;
}
 
#pagefooter {
	width: 780px;
	height: 10px;
}

#pagecopyright {
	text-align:center;
	font-size: 8pt;
	color: black;
}

.text10pt {
	font-size: 10pt;
	text-align: center;
}

.text12pt {
	font-size: 12pt;
	text-align: center;
}

.text14pt {
	font-size: 14pt;
	text-align: center;
}

.text16pt {
	font-size: 16pt;
	text-align: center;
}

.text18pt {
	font-size: 18pt;
	text-align: center;
}

.text10ptbold {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.text12ptbold {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

.text14ptbold {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
.text16ptbold {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}
.text18ptbold {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}
