/* CSS Document */

body {
	background-color: #0f1011;
	color: #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*Font Size*/

.ten {font-size: 10px}
.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}

/*Font Family*/

.arial {font-family: Arial, Helvetica, sans-serif}
.trebuchet { font-family: "Trebuchet MS"}
.verdana {font-family: Verdana, Arial, Helvetica, sans-serif}
.tahoma {font-family: tahoma}

/*Color*/

.white {color: #FFFFFF}
.gray {color: #808293}
.lgray {color: #b7b7b7;}
.lightblue {color: #2ca1ec}
.blue { color: #32aaff}
.orange {color: orange;}
.dgray {color: #4b4b4b;}


.bold {font-weight: bold}

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

.blue2red {color: #0097DD; text-decoration: none;}
.blue2red:hover {color: #E70000;}

.lightgray2blue {color: #AEAEAE; text-decoration: none;}
.lightgray2blue:hover {color: #6499E2;}

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

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

.white2gray {color: #FFFFFF; text-decoration: none;}
.white2gray:hover {color: #999999;}

.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: #0097DD;}

.blue2black {text-decoration: none;color: #0097DD;}
.blue2black:hover {text-decoration: none;color: #000000;}

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

.lightblue2white {text-decoration: none;color: #CDDAE5;}
.lightblue2white:hover {text-decoration: none;color: #FFFFFF;}

.gray2blue {color: #6D6D6D; text-decoration: none;}
.gray2blue:hover {color: #0097DD;}


.all-caps {text-transform: uppercase;}

