/* CSS Document */

body {
margin:0;
background-color:#AEB1DD;
}

.pixBor {
	border-right-color:#303475;
	border-left-color:#303475;
	border-right-width:1px;
	border-left-width:1px;
	border-right-style:solid;
	border-left-style:solid;
}

.headings {
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#303475;
}

.main {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#303475;
}

.pixBor2 {
	border-color:#303475;
	border-width:1px;
	border-style:solid;
}

.pixBor22 {
	border-color:#303475;
	border-width:1px;
	border-style:dotted;
}

a:link {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#303475;
	
	text-decoration:underline;
}

a:active {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#303475;
	
	text-decoration:underline;
}

a:hover {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#303475;
	
	text-decoration:underline;
}

a:visited {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#303475;
	
	text-decoration:underline;
}

.smallerFont {
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#303475;
}
