﻿.labelClass
{
	font-family:Times New Roman;
	font-size:17px;
	color:Black;
}

.labelClassRight
{
	font-family:Times New Roman;
	font-size:15px;
	color:Black;
	text-align:right;
}

.labelClassLeft
{
	font-family:Times New Roman;
	font-size:15px;
	color:Black;
	text-align:left;
}

.labelClassBold
{
	font-family:Times New Roman;
	font-size:17px;
	color:Black;
	font-weight:bold;
}

.labelClassBoldRight
{
	font-family:Times New Roman;
	font-size:15px;
	color:Black;
	font-weight:bold;
	text-align:right;
}

.textClass
{
	font-family:Times New Roman;
	font-size:15px;
	color:Black;
}

.myclass { text-decoration: none; 
	font-family:Times New Roman;
	font-size:15px;
	color:Black; }
	
.myclass:hover { text-decoration: underline;
	font-family:Times New Roman;
	font-size:15px;
	color:Black; }