/* CSS Document */

body {
margin: 0px;
margin-top: 14px;
background-color: #c60025;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.borderbg {
background-color: #fffcff;
}

.maincontentsbg {
background-color: #394964;
}

.rightcontbg {
background-color: #1b2b4d;
}

/* for text formatting */
.toptext {
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
letter-spacing: 1px
}

.toptext2 {
	font-family: Tahoma;
	font-size: 11.5px;
        font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 140%;
}

.contactlabel1 {
color: #f4f4f7;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
font-weight: bold;
}

.contactlabel2 {
color: #ffffff;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
}

.contactlabel3 {
color: #b9c2d0;
font-family: Tahoma;
font-size: 9px;
}

.contactlabel4 {
color: #FFFFFF;
font-family: Tahoma;
font-size: 12px;
}

.bottomtext {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #FFFFFF;
margin-top: 10px;
margin-bottom: 0px;
}

.titletext {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
color: #FFFFFF;
margin-top: 0px;
margin-bottom: 3px;
}

.footertext {
font-family: Tahoma;
font-size: 10px;
color: #FFFFFF;
}
/* end for text formatting */

/* for the positions */
.toptextpos {
margin-top: 7px;
margin-bottom: 7px;
}

.bodycontentpos {
margin-top: 10px;
}

.leftcontpos {
margin-top: 5px;
margin-bottom: 5px;
}

.rightcontpos {
}

p {
margin-top: 15px;
margin-bottom: 15px;
}

.footerpos {
margin-top: 5px;
margin-bottom: 5px;
}
/* end for the positions */

/* for all the links */
a.contactlabel4link {
color: #FFFFFF;
text-decoration: none;
}

a.contactlabel4link:hover {
color: #FFFFFF;
text-decoration: underline;
}

a.footerlink {
color: #FFFFFF;
text-decoration: underline;
}

a.footerlink:hover {
color: #FFFFFF;
text-decoration: none;
}
/* end for all the links */

