@charset "UTF-8";
/* CSS Document */

.msmPageTitle a:active { 
text-decoration:none
}
.msmPageTitle a:link { 
text-decoration:none 
}
.msmPageTitle a:visited { 
text-decoration:none 
}
.msmPageTitle a:hover { 
text-decoration:underline 
}

.msmPageLink a:active { 
text-decoration:none 
}
.msmPageLink a:link { 
text-decoration:none 
}
.msmPageLink a:visited { 
text-decoration:none 
}
.msmPageLink a:hover { 
text-decoration:underline 
}

.msmPageTitle a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-style: normal;
	color: #001258;
	font-size: 1em;
}

.msmPageLink a {
	font-weight: normal;
	font-style: normal;
	font-family: Times New Roman, Times, serif;
	font-size: 1em;
	margin-left: 20px;
	color: #0000FF;
}

.clearer {
clear: both;
}

