/* Layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	height: 100%;
}

/* Font Sizes */

.ten {font-size: 10px;}
.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
.fourteen {font-size: 14px;}
.fifteen {font-size: 15px;}
.twenty {font-size: 20px;}

/* Font Colours */

.white {color: #FFFFFF;}
.dgray {color: #4C4C4C;}
.lgray {color: #B2B2B2;}
.orange {color: #FFAB00;}

/* Font Style & Weight */

.bold {font-weight: bold;}
.italic {font-style: italic;}
.strikeout {text-decoration: line-through;}

/* Hovers */

.n2u {text-decoration: none;}
.n2u:hover {text-decoration: underline;}

.u2n {text-decoration: underline;}
.u2n:hover {text-decoration: none;}

.u2no {text-decoration: underline;}
.u2no:hover {text-decoration: none; color: #FFAB00;}

.gray2orange {color: #4C4C4C; text-decoration: none;}
.gray2orange:hover {color: #FFAB00;}

.gray2white {color: #4C4C4C; text-decoration: none;}
.gray2white:hover {color: #FFFFFF;}