/* CSS Document */
.borderline
{
background-image: url(../img/border-line.gif); 
background-repeat:no-repeat;
background-position:top left;
}

.content
{
	font-size: 10px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a:link {color: #64909B; text-decoration: underlined}
a:visited   {color: #64909B; text-decoration: underlined}
a:hover {color: #64909B; text-decoration: underlined}

.catlinks a:link {color: #333333; text-decoration: none}
.catlinks a:visited   {color: #333333; text-decoration: none}
.catlinks a:hover {color: #333333; text-decoration: none}
.catlinks
{
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
input {
	border : #333333;
	border-style : solid;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	color : #990000;
	font-family : "Verdana", monospace;
	font-size : 11px;
}

textarea {
	border : #333333;
	border-style : solid;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	color : #990000;
	font-family : "Verdana", monospace;
	font-size : 11px;
}