@charset "utf-8";
/* CSS Document */
/*********************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
}
.times {
	font-family:"Times New Roman", Times, serif;
}
.arial {
	font-family:Arial, Helvetica, sans-serif;
}
.verdana {
	font-family:Verdana, Geneva, sans-serif;
}
/*********************************************/
/* START SIZES */
.txt10 {
	font-size:10px;
}
.txt11 {
	font-size:11px;
}
.txt12 {
	font-size:12px;
}
.txt13 {
	font-size:13px;
}
.txt14 {
	font-size:14px;
}
.txt15 {
	font-size:15px;
}
.txt16 {
	font-size:16px;
}
.txt17 {
	font-size:17px;
}
.txt18 {
	font-size:18px;
}
.txt19 {
	font-size:19px;
}
.txt20 {
	font-size:20px;
}
/* END SIZES  */
/*********************************************/
/* START COLOURS */
.white {
	color:#FFF;
}
.grey {
	color:#999;
}
.grey_dark {
	color:#666;
}
.grey_dark a:link {
	color:#666;
	text-decoration:none;
}
.grey_dark a:visited {
	color:#666;
	text-decoration:none;
}
.grey_dark a:hover {
	color:#F60;
	text-decoration:underline;
}
.blue1 {
	color:#002e6e;
}
.blue2 {
	color: rgb(69,149,209);	
}

.orange {
	color:#CD7B15;
}

.orange a{
	color:#CD7B15;
	text-decoration:none;
}

.orange a:hover{
	color:#CD7B15;
	text-decoration:underline;
}

/* END COLOURS */
/*********************************************/
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
