body{
	color:#000000;
	font-family: 'ubunturegular', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:13px;
}
h2{
	font-size:20px;
	font-weight:700;
}
h3{
	font-size:18px;
	font-weight:700;
}
.white{
	color: #ffffff;
}
.black{
	color: #000000;
}
.red{
	color: #EA1818;
}
.blue{
	color: #0245b0;
}
.txt_shadow{
	text-shadow:1px 1px 3px #000000;
}
.dark-grey{
	color: #1d1d1b;
}
.medium-grey{
	color: #4d4d4d;
}
.grey{
	color:#cccccc;
}
.size-1 {
    font-size: 40px;
}
.size-2{
	font-size: 20px;
}
.size-3 {
    font-size: 18px;
}
.size-4{
	font-size:16px;
}
.size-5 {
    font-size: 14px;
}
.size-6 {
    font-size: 13px;
}
.size-7 {
    font-size: 12px;
}
strong{
	font-weight:700;
}
.uppercase{
	text-transform:uppercase;
}
.upper{
	text-transform:uppercase;
}
.tright{
	text-align:right;
}
.tleft{
	text-align:left;
}
.tcenter{
	text-align:center;
}
.tjustify{
	text-align:justify;
}
.page-text ul, .page-text ol{
    margin-left: 15px;
}
.page-text ul li, .page-text ol li{
    margin: 10px 0;
}
.page_content a {
    color: #ff0000;
    text-decoration: underline;
}
.page_content.w-490 ul, .page_content.w-490 ol {
    padding-left: 20px;
}
.page_content.w-490 table, .page_content.w-490 table tr, .page_content.w-490 table td {
    border: none;
}
.page_content.w-490 table {
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin: 5px 0;
}
.page_content.w-490 table td {
    padding: 4px 10px;
    vertical-align: top;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.page_content.w-490 table td ul {
    padding-left: 15px;
}