body {
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	color: #333333;
}
td {
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	color: #333333;
	font-style: normal;
	text-align: justify;
}
input {
	background: #FFFFFF;
	cursor: hand;
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border: #333333;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
  }
.pagetitle {
	font-family: "Century Gothic", Arial;
}
  
.borderless {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
.input1 {
  background: #999999;
  cursor: hand;
  font-family: "Century Gothic", Arial;
  font-size: 11px;
  font-weight: bold;
  color: #EEEEEE;
  border: #333333;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.title {
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	font-weight: bold;
	color: #4762bf;
}
a:link {
	font-family: "Century Gothic", Arial;
	font-size: 15px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: "Century Gothic", Arial;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Century Gothic", Arial;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a:active {
	font-family: "Century Gothic", Arial;
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
select {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #4762bf;
	border: 1px dotted #333333;
	padding: 2px;
	background-color: #FCB034;
	font-weight: bold;
}
textarea {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #333333;
	border: 1px solid #333333;
	padding: 2px;
	background-color: #FFFFFF;
	font-weight: bold;
}
h1 {
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	color: #4762bf;
	font-weight: bolder;
	text-transform: none;
	margin-top: 10px;
}
h2 {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
mt {
	font-family: "News Gothic MT", Arial;
	font-size: 15px;
	color: #333333;
	font-style: normal;
	text-align: justify;
}
mh {
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	color: #333333;
	font-style: normal;
	text-align: justify;
	text-shadow: 1px 1px #FFF,-1px -1px #333;
}
.thumbnail {
	border: 1px solid #666666;
}
option {
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
}
.articlehead {
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006430;
	text-decoration: none;
}
.filename {
	font-family: "Century Gothic", Arial;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.slide {
	border: 1px solid #999999;
}
.name {
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #4762bf;
	text-decoration: none;
}
#introtext {
	position: absolute;
	height: 350px;
	width: 230px;
	left: 482px;
	top: 20px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
p {
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	color: #333333;
	text-align: justify;
}
.mbg
{
background-image: url('images/background/mainbg.gif');
background-repeat: repeat;
background-size: 100% 100%;
}

.roundcorner2
{
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.7) 5px 7px 15px 0px;
}
.shadow
{
	box-shadow: rgba(0, 0, 0, 0.7) 5px 10px 15px 0px;
{

.roundcorner3
{
	border-radius: 15px;
}

.shadowwithround
{
	border-radius: 12px;
	box-shadow: rgba(0, 0, 0, 0.7) 5px 7px 15px 0px;
}