﻿td {
	font-family: Arial;
	font-size: 12px;
}
.title
{
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    color: #CC6600;
}
.black {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}
.orange {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.title-big {
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	color: #CC6600;
}
.black-big {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.underline {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
a:link {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
a:hover {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
a {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.bullet {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}