.ccLinks {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size: 11px;
	text-decoration: none;
	color: #990000;
}

.ccLinks a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size: 11px;
	text-decoration: none;
	color: #990000;
}

.ccLinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}

.ccTitle {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size: 18px;
	text-decoration: none;
	color: #990000;
}

.ccList {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
}

.cc {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
}

.ccFoot {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}

.ccForm {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size: 12px;
	text-decoration: none;
	color: #000033;
	font-weight: bold;
}

.button {
       	font-face: "Arial, Helvetica";
       	font-weight: bold;
       	font-size: 12px;
       	color: #FFFFFF;
       	background-color: #3e4c54;
       	padding: 1pt;
       	margin: 0pt;
       	border : medium solid black 1;
}

.textbox {
        font-face: "Arial, Helvetica";
        font-weight: normal;
        font-size: 11px;
        color: #FFFFFF;
        background-color: #64737b;
        padding: 1pt;
        margin: 0pt;
        border : thin solid black 1;
}

.bg1 {
        background-image : url("");
        background-position : right;
        background-repeat : no-repeat;
}

.textarea {
	color: darkblue;
        font-face: Arial, Helvetica;
        font-weight: normal;
        font-size: 11px;
	background-color: #64737b;
	border : thin solid black 1;
	word-wrap: break-word;
}


