@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	background-attachment: fixed;
	background-color: #e8e8e8;
}
.fontmenu {
	font-family: "Myriad Pro";
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-transform: capitalize;
	margin-right: 10px;
	margin-left: 10px;
}
.fontmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2e2d2c;
	text-decoration: none;
	text-transform: lowercase;
	margin-right: 10px;
	margin-left: 10px;
}

.fontmenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
	text-transform: lowercase;
}
.tableborder {
	border-radius: 15px;
	border: 1px solid #000032;
	background-image: url(orange.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
}
.whiteborder {
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.tr {
	border-radius: 15px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.font1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.font2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #005CA2;
}
.font2 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #005CA2;
}
.font3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0E669B;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #004980;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #3B3A38;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #3B3A38;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1C95DC;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555;
}
.font7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
.font8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.font8 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.font8 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}


.imgright {
	text-align: right;
	float: right;
	padding: 5px;
}
input {
	font-size: 16px;
}
.header {
	background-attachment: scroll;
	background-image: url(gradient.jpg);
	background-repeat: repeat-x;
	height: 400px;
	background-position: center;
}
.footer {
	background-attachment: scroll;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	height: 50px;
	background-position: center;
}

.bluetable {
	background-color: #effeff;
	border: 2px solid #0090C4;
	border-radius: 12px;
}
.redtable {
	background-color: #ffeffc;
	border: 2px solid #C13A65;
	border-radius: 12px;
}
.yellowtable {
	background-color: #fffdef;
	border: 2px solid #E2DA49;
	border-radius: 12px;
}
.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }
 
.fade:hover {
      opacity: 0.5;
   }
