Body, TD, TEXTAREA, INPUT.text, SELECT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : #000000;
	line-height : 14px;
}

.head {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-style : normal;
	color : #000000;
	font-weight : bold;
	line-height : 26px;
}

A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}

A:HOVER{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : #000000;
	text-decoration : underline;
}

INPUT.button {
	font-family : Arial, Helvetica, sans-serif;
	background-color: #2b8635;
	color: #000000;
	font-weight: bold;
	width: 100;
	border : 1px solid Black;
	cursor: hand;
	font-size : 12px;
}

HR {
	color : #000000;
	height : 1px;
}

.border {
	border: 1px solid black;
}