body {
	font: normal 8pt Verdana;
}

tr {
	font: normal 8pt Verdana;
}

span {
	font: normal 18pt Verdana;
}

a:link, a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: black;
	text-decoration: none;
	font-weight : bold;
}

a:hover {
	color: #717171;
}

a.bottomLink:link, a.bottomLink:visited {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

a.bottomLink:hover {
	text-decoration: underline;
}

.SampleClass1 {
	color: Red;
}

.SampleClass2 {
	color: Green;
}

.SampleClass3 {
	color: Blue;
}

.button {
	background-image: url(../Admin/Img/button.gif);
	width: 106px;
	height: 27px;
	border: none;
	padding-top: 2px;
	cursor: hand;
}

.input {
	background-image: url(../Admin/Img/textfield.gif);
	background-color: #F4F4F4;
	border: none;
	background-repeat: no-repeat;
	padding-left: 5px;
	height: 21px;
	background-attachment: fixed;
}

.input1 {
	background-image: url(../Admin/Img/textfield1.gif);
	background-color: #F4F4F4;
	border: none;
	background-repeat: no-repeat;
	padding-left: 5px;
	height: 21px;
	width: 179px;
	background-attachment: fixed;
}

.addButton {
	background-image: url(../Admin/Img/1.gif);
	border : none;
	margin-bottom : 3px;
	width: 33px;
	height: 19px;
	cursor: hand;
	font-family: Comic Sans MS, Verdana;
	font-weight: bold;
	font-size: 10px;
}

td.dataGridLink a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
	padding-left: 5px;
	padding-top: 5px;
	width: 100%;
	height: 27px;
}

td.dataGridLink a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
	background-image : none;
}

td.dataGridLink a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../Admin/Img/hover.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	height: 27px;
}

.editorButton {
	background-image: url(../Img/buton.gif);
	width: 65px;
	height: 23px;
	border: none;
	padding-top: 1px;
	cursor: hand;
}