/* Layout */
 
html, p, ul, li, h1, h2, h3, h4, h5, h6, form, a, img, blockquote, legend
{margin:0; padding:0; border:0;}
 
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #ffffff;
	margin:0;
	padding: 0;
	background-image: url(images/main-grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
 
.arial{font-family: Arial, Helvetica, sans-serif;}
.verdana{font-family: Verdana, Arial, Helvetica, sans-serif;}
.tahoma{font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;}
.trebuchet {font-family: "Trebuchet MS";}
.helvetica {
	font-family: "Helvetica 55 Roman";
}


/* Font Sizes */

.nine {font-size: 9px;}
.ten {
	font-size: 10px;
	vertical-align: text-top;
}
.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
.fourteen {font-size: 14px;}
.fifteen {font-size: 15px;}
.sixteen {font-size: 16px;}
.seventeen {font-size: 17px;}
.eighteen {font-size: 18px;}
.nineteen {font-size: 19px;}
.twenty {font-size: 20px;}
.twentyone {font-size: 21px;}
.twentytwo {font-size: 22px;}
.twentythree {font-size: 23px;}
.twentyfour {font-size: 24px;}
.twentyfive {font-size: 25px;}
.twentyeight {font-size: 28px;}
.thirty {font-size: 30px;}



/* Font Colours */

.magenta {color: #C637B3;}
.darkgray {color: #514E4A;}
.purple {color: #4982aa;}
.white {color: #FFFFFF;}
.black {color: #000000;}
.gray {color: #808080;}
.grayishblue {color: #7C7C97;}
.lightgray {color: #CCCCCC;}
.red {color: #E70000;}
.orange {color: #FF5500;}
.yellow {color: #FFFF00;}
.green {color: #005416;}
.sharp_blue {color: #287ED3;}
.blue {color: #1489d8;}
 

/* 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;}

.gray2red {color: #6D6D6D; text-decoration: none;}
.gray2red:hover {color: #E70000;}

.gray2green {color: #4c4f53; text-decoration: none;}
.gray2green:hover {color: #005416;}


.gray2orange {color: #6D6D6D; text-decoration: none;}
.gray2orange:hover {color: #FF6600;}

.gray2blue {color: #6D6D6D; text-decoration: none;}
.gray2blue:hover {color: #3082D4;}

.white2black {color: #FFFFFF; text-decoration: none;}
.white2black:hover {color: #000000;}

.white2yellow {color: #FFFFFF; text-decoration: none;}
.white2yellow:hover {color: #FFFF00;}

.red2black {text-decoration: none;color: #CC0000;}
.red2black:hover {text-decoration: none;color: #000000;}
 
.black2blue {text-decoration: none;color: #000000;}
.black2blue:hover {text-decoration: none;color: #287ED3;}

.black2white {text-decoration: none;color: #000000;}
.black2white:hover {text-decoration: none;color: #FFFFFF;}

.blue2black {text-decoration: none;color: #3082D4;}
.blue2black:hover {text-decoration: none;color: #000000;}

.black2red {text-decoration: none;color: #000000;}
.black2red:hover {text-decoration: none;color: #CC0000;}

.reg {
	font-size: 18px;
	vertical-align: text-top;
}

.reg2 {
	font-size: 12px;
	vertical-align: text-top;
}

.contactform { display: block; float:right; width:315px; height:270px; margin:20px 10px; padding:10px 12px; margin-left:50px; font-family: Helvetica, Arial, sans-serif; font-size: 13px; border:1px solid #f3f3f3; background:#f9faf9; }
.contactform div { margin: 0; width: auto; }
.contactform label { display: block; float: left; margin: 0 0 5px; padding: 0 5px 0 0; width:60px; height: 25px; font-weight: bold; text-align: right; line-height: 25px; }
.contactform .input { display: inline-block; margin: 0 0 5px; padding: 5px; width: 230px; border: 1px solid #cccccc; color:#333333; }
.contactform .textarea { display: inline-block; margin: 0 0 5px; padding: 5px; width: 230px; height:100px; border: 1px solid #cccccc; color:#333333; }
.contactform .submit { display: block; float: none; padding: 0; width: 120px; height: 27px; color: #5a5a5a; font-size: 12px; line-height: 27px; font-weight:bold; text-align: center; background:#f8fff8; }
.hidden { display:none; }
