a:link {
	text-decoration : none;
	color : #4444FF;
}
a:visited {
	text-decoration : none;
	color : #4444FF;
}
a:hover {
	text-decoration : underline;
	color : #EE1111;
}
a:active {
	text-decoration : none;
}
a:focus {
	text-decoration : none;
}

.at:link {
	text-decoration : underline;
	color : #FFFFFF;
}
.at:visited {
	text-decoration : underline;
	color : #FFFFFF;
}
.at:hover {
	text-decoration : underline;
	color : #EEEE00;
}
.at:active {
	text-decoration : none;
	color : #FFFFFF;
}
.at:focus {
	text-decoration : underline;
	color : #FFFFFF;
}

form {
	display : inline;
}

div {
	display : inline;
}

small {
	font-size : 10pt;
}

.s2 {
	font-size : 11pt;
	text-decoration : none;
	font-weight : normal;
}

body {
	background-color: #FFFFFF;
	color	: #000000;
	font-family: Helvetica, Arial, sans-serif;
}

th {
	font-size : 12pt;
	text-align: center;
}

.th2 {
	font-size : 12pt;
	text-align: center;
	color : #FFFFFF;
	background-color: #AA3333;
}

h2 {
	color : #000000;
}

.table1 {
	// border:1px solid #000000;
	// border-color : black;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.trainer0 {
	background-color: #DDDDDD;
	border : 0;
	border-style: solid;
	border-color : #000000;
}

.trainer1 {
	border : 0;
	border-style: solid;
	background-color: #FFFFFF;
}

.button {
	font:9pt bold Helvetica, sans-serif;
	border:1px solid #000000;
	border-color : blue;
	cursor : pointer;
	background-color: #EEEE44;
}

