﻿body {
	margin: 0px;
	background-image: url('http://www.jcpronet.com/images/background.jpg');
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 60em;
	text-align: left;
}

.title {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 18px;
	color: #009933;
	text-align: left;
	font-weight: bold;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
}

.menu {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #E5E5E5;
	font-weight: bold;
	text-transform: uppercase;
}

.menu a:link {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #E5E5E5;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.menu a:visited {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #E5E5E5;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.menu a:hover {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #7cd435;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.menu a:active {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #E5E5E5;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a:link {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #0000FF;
}

a:active {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #0000FF;
}
.td-margin {
	padding-right: 25px;
	padding-left: 25px;
	margin-right: 25px;
	margin-left: 25px;
}
.page-title {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #0127A7;
	text-align: left;
	font-size: 22px;
	padding-left: 10px;
	margin-left: 10px;
}
.sub-title {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 16px;
	color: #003366;
	text-align: left;
	font-weight: bold;
}
.box-borders {
	border: 1px dotted #003366;
	text-align: left;
}
