﻿@charset "utf-8";
/* CSS Document */

.style0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F4752B;
	}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F4752B;
	text-decoration: underline;
	}

.border {
	border: 2px solid #F4752B;
    }

a:link {
	text-decoration: none;
	color: #FFCC00;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

