.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #666666;
	line-height: 18pt;
	font-style: italic;

}
.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 18pt;
	color: #666699;
	text-decoration: underline;
	font-weight: bold;

}
.links:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 18pt;
	color: #CC6600;
	text-decoration: underline;
	font-weight: bold;

}
.counter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #5454F8;
	font-weight: bold;
}
.links2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #323232;
	line-height: 18pt;
	text-align: center;
 	text-decoration: none;
}
.links2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #48712B;
	line-height: 18pt;
	text-align: center;
	text-decoration: none
}
.msg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	color: #cc0000;
	font-weight:bold;
}
.msg a:link{
	color: #ff9900;
	text-decoration: none;
}
.msg a:visited{
	color: #ff9900;
	text-decoration: none;
}
.msg a:hover{
	color: #ffff00;
	text-decoration: none;
}
.securitycode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}

#calbox{
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	width: 248px;
	border: 1px solid #666666;
}
#calinbox{
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	background-image: url(ical/bg-caltop.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#caltitle{
	margin: 0px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
}

input, textarea, select{
	border:1px solid #cccccc;
	background-color:#ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	padding: 2px;
}
input:focus, textarea:focus, select:focus{
	background-color: #ffffff;
	border: 1px solid #eef1eb;
	color: #222222;
}
input.button{
	background-color: #eef1eb;
	border: 1px solid #f4f4f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #669900;
	cursor: pointer;
	padding: 1px 10px;
}
input.button:hover {
	background-color: #ffffff;
	color: #3399ff;
}
input.button:active {
	background-color: #ffffff;
	color: #3399ff;
} 
input.button:focus {
	background-color: #ffffff;
	color: #3399ff;
} 
.inpString {
	width: 400px;
}
.inpShort {
	width: 150px;
}
.inpAge {
	width: 25px;
	text-align: right;
}
.title{
	font-size: 14pt;
	color: #339900;
}
