/* CSS Document */

#credit {
	margin: 0 auto;
	text-align: center;
}

.regText a:link {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-color: #1131a0;
	text-decoration: none;
	font-weight: normal;
}

.regText a:visited {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-color: #1131a0;
	text-decoration: none;
	font-weight: normal;
}

.regText a:hover {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-color: #1131a0;
	text-decoration: underline;
	font-weight: normal;
}

.regText {
color: #333333;
font-size: 12px;
text-align: center;
font-family: arial, helvetica, sans-serif;

}

.regBox {
margin: 0 auto;
border: solid 1px #cad3e4;
background-color: #f3f3f3;
text-align: center;
width: 400px;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}

.blueText {
color: #1150ad;
font-weight: bold;
font-size: 11px;
}

.blue {
color: #1150ad;
font-size: 13px;
}

.blueReg {
color: #1150ad;
}

.userText {
color: #1150ad;
font-size: 13px;
font-weight: bold;
}

.redText {
color: #cc0000;
font-weight: bold;
font-size: 11px;
}

.redRgText {
color: #cc0000;
}

a:link.redLink, 
a:active.redLink, 
a:visited.redLink {
	color: #cc0000;
font-size: 13px;
text-decoration: none;
}

a:hover.redLink {
color: #cc0000;
font-size: 13px;
text-decoration: underline;
}

.blueLgText {
color: #1150ad;
font-weight: bold;
font-size: 14px;
}


