html, body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	line-height: 20px;

}
P, ul {
	margin-top: 0px;
}

input, select, textarea {
	border: 1px solid #999999
}

.small {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #666666;
}

.normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	line-height: 20px;

}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #666699;
}

a:link       { text-decoration: none; color: #000000 } 
a:visited    { text-decoration: none; color: #000000 } 
a:active     { text-decoration: none; color: #800000 } 
a:hover      { text-decoration: underline; color: #999999 }
.hiddenlink {
	cursor: default;
}
.outline {
	border: 1px solid #CCCCCC;
}
.leftborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.bottomborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.bkg {
	background-image: url(images/bkg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
