/* CSS Document */

.topBorderL{
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #3e9cbd;	
}
.topBorderR{
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #498194;	
}

h1{
	color:#498194;
}
.redText{
	color:#498194;
}
a{
	color: #498194;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}