/* CSS Document */

body {
margin:0;
}

.mainFont {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#2E61B5;
}

.mainFont2 {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#2F445B;
}

.boxed {
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#C2C2C2;
	
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#C2C2C2;
}

.boxed2 {
	border-style:solid;
	border-width:1px;
	border-color:#C2C2C2;
}

a:link {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#2E61B5;
	text-decoration:underline;
}

a:active {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#2E61B5;
	text-decoration:underline;
}

a:hover {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#2E61B5;
	text-decoration:underline;
}

a:visited {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#2E61B5;
	text-decoration:underline;
}

.mainbackground {
background-image:url(images/new/images/81_21.gif);
background-repeat:no-repeat;
}
