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

body {
	font-family:Arial, Helvetica, sans-serif;
}

a:link { text-decoration: underline; color: #CC0000; }
a:visited { text-decoration: underline; color: #CC0000; }
a:hover { text-decoration: none; color: #3300CC; }
a:active { text-decoration: underline; color: #000000; }

.small {font-size: 10px;}
.bold {font-weight:bold;}
.medium {font-size:16px;}
.large {font-size: 18px;}
.alert {color:#FFFF00;}
.center {text-align:center;}

body p + p{
	text-indent: 1.5em;
}
p[align="center"]{
	text-indent: 0;
}
strong a, strong a:link, strong a:visited, strong a:active{
	color: #000000;
	text-decoration: none;
}
strong a:hover{
	text-decoration: none; 
	color: #3300CC; 
}
	
