@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
}

.tablemain {
background-color:#ffffff;
border-bottom:8px solid #bae909;
border-top:8px solid #bae909;
border-left:8px solid #bae909;
border-right:8px solid #bae909;
}

/* Headers */
h1 { 
font-size: 11px; 
line-height: normal; 
color: #ffffff; 
text-decoration: none; 
font-family: Tahoma, Verdana, Helvetica, sans-serif; 
font-weight:600;
}

h2 { 
font-size: 13pt; 
line-height: normal; 
color: #ee2a52; 
text-decoration: underline; 
font-family: Segoe Print; 
font-weight:400;
font-style:italic;
}

h3 { 
font-size: 12pt; 
line-height: normal; 
color: #ee2a52; 
text-decoration: underline; 
font-family: Segoe Print; 
font-weight:400;
font-style:italic;
}

.menutd {
background-color:#86d7ff;
}

.menu {
font-size: 14px; 
line-height: 25px; 
color: #ffffff; 
text-decoration: none; 
font-family: Tahoma, Verdana, Helvetica, sans-serif; 
font-weight:600;
}

.menu:hover {
font-size: 14px; 
line-height: 25px; 
color: #ee2a52; 
text-decoration: none; 
font-family: Tahoma, Verdana, Helvetica, sans-serif; 
font-weight:600;
}

.selected {
font-size: 14px; 
line-height: 25px; 
color: #ee2a52; 
text-decoration: none; 
font-family: Tahoma, Verdana, Helvetica, sans-serif; 
font-weight:600;
}

.text {
font-family : Segoe Print;
font-size : 12px;
padding : 0;
font-weight : 200;
color : #2a4aee;
}

.textbig {
font-family : Segoe Print;
font-size : 15px;
padding : 0;
font-weight : 200;
color : #081c7e;
}

.mainlink {
font-family : Segoe Print;
font-size : 13px;
padding : 0;
font-weight : 200;
color : #2a4aee;
text-decoration: underline;
}

.mainlink:hover {
font-family : Segoe Print;
font-size : 13px;
padding : 0;
font-weight : 200;
color : #ee2a52;
}

.footer {
font-size: 11px; 
line-height: normal; 
color: #2a4aee; 
text-decoration: none; 
font-family: Tahoma, Verdana, Helvetica, sans-serif; 
font-weight:300;
padding-bottom: 20px;
}

.footerlink {
font-size: 11px; 
line-height: normal; 
color: #2a4aee; 
text-decoration: underline; 
font-family: Tahoma, Verdana, Helvetica, sans-serif; 
font-weight:300;
padding-bottom: 20px;
}

.footerlink:hover {
font-size: 11px; 
line-height: normal; 
color: #ee2a52; 
text-decoration: none; 
font-family: Tahoma, Verdana, Helvetica, sans-serif; 
font-weight:300;
padding-bottom: 20px;
}

.img {
border:2px solid #95dbff;

}

.hr {
border:0;
color:#85d7ff;
background-color:#85d7ff;
height: 1px;
width:70%;
}

.contact {
font-weight: 300;
font-size: 8pt;
font-family: Segoe Print;
font-style:normal;
background: #ffffff;
border: 1px solid #bae909
}

.button {
background-color:#bae909;
color: #ffffff;
font-weight: 600;
font-size: 10pt;
font-family: Segoe Print;
font-style:normal;
border-color: #d3d3d3;
border-style:none;
}

.button:hover {
background-color:#8dd8ff;
color: #ffffff;
font-weight: 600;
font-size: 10pt;
font-family: Segoe Print;
font-style:normal;
border-color: #d3d3d3;
border-style:none;
}



