body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.td {
	font-family: copperplate gothic, Helvetica, sans-serif;
	font-size: 12px;
	background-color: cccccc;
}

.th {
	font-family: copperplate gothic, Helvetica, sans-serif;
	font-size: 12px;
	Font-Color: ff0000;
	background-color: 63BEC6;
	colspan: 4;
}


form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000063;
	font-weight: extra-bold;
}
.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000063;
	font-weight: 800;
}

.title {
	font-family: copperplate gothic, Helvetica, sans-serif;
	font-size: 18px;
	color: #000063;
	font-weight: 400;
}
.titleGreen {
	font-family: copperplate gothic, Helvetica, sans-serif;
	font-size: 25px;
	color: green;
	font-weight: 800;
}

.title_S {
	font-family: copperplate gothic, Helvetica, sans-serif;
	font-size: 16px;
	color: #000063;
	font-weight: 400;
}

.title_m {
	font-family: copperplate gothic, Helvetica, sans-serif;
	font-size: 16px;
	color: #000063;
	font-weight: 600;
}
.title_secondaryHeader {
	font-family: copperplate gothic, Helvetica, sans-serif;
	font-size: 12px;
	color: #000063;
	font-weight: 600;
}

.title_placing_table {
	font-family: copperplate gothic, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff0000;
	font-weight: 400;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000063;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

td.7 { 
background-color: #ffffff; 
background-image: url('images/TopBackGround.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top; 
}

td.8 { 
background-color: #ffffff; 
background-image: url('images/bottomBackGround.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom; 
}