/* Basic Style */

/* * {border:1px solid red;}*/

/*Default Tags */


/* Tags */
body {
margin: 0px;}


/* Fonts */
td, div, span, a, textarea {
font-size: 11px;
font-family: 'trebuchet ms', arial, helevtica, sans-serif;}

.f8 {
font-size: 8px;}
.f9 {
font-size: 9px;}
.f10 {
font-size: 10px;}
.f11 {
font-size: 11px;}
.f12 {
font-size: 12px;}
.f13 {
font-size: 13px;}
.f14 {
font-size: 14px;}
.f15 {
font-size: 15px;}
.f16 {
font-size: 16px;}
.f18 {
font-size: 18px;}
.f20 {
font-size: 20px;}
.f24 {
font-size: 24px;}
.f30 {
font-size: 30px;}
.f36 {
font-size: 36px;}
.f42 {
font-size: 42px;}
.f48 {
font-size: 48px;}
.f60 {
font-size: 60px;}

/* Borders & Padding */
.bdr {
border: 1px solid #2e006b;}

.bdrGry {
border: 1px solid #808080;}



.pad10x {
padding-left: 10px;}
.pad20x {
padding-left: 20px;}
.pad30x {
padding-left: 30px;}
.pad40x {
padding-left: 40px;}
.pad120x {
padding-left: 120px;}

textarea, input[type='text'], input[type='password'], input[type='file'] {
padding-left:4px;
padding-right: 2px;}


/* Standard Colours */
.wht {
color: rgb(255,255,255);}
.blk {
color: rgb(0,0,0);}
.red {
color: rgb(201,0,0);}



/* General Classes */
.bld, .b {
font-weight: bold;}
.em {
font-style: italic;}
.u {
text-decoration: underline;}
.caps {
font-variant: small-caps;}
.c {
text-align: center;}
.l {
text-align: left;}
.r {
text-align: right;}
.j {
text-align: justify;}
.tp {
vertical-align: top;}
.btm {
vertical-align: bottom;}
.nw {
white-space: nowrap;}
sup {
font-size: 80%;}
.uc {
text-transform: uppercase;}
.cpt {
text-transform: capitalize;}
.norm {
font-weight: normal;}
.abso {
position:absolute;}
.rela {
position:relative;}
.fll {
float:left;}
.flr {
float:right;}
.clearL {
clear:left;}
.clearR {
clear:right;}
.clearB {
clear:both;}
.strike {
text-decoration:line-through;
}

.mt {margin-top:10px;}
.mr {margin-right:10px;}
.mb {margin-bottom:10px;}
.ml {margin-left:10px;}

.mt20 {margin-top:20px;}
.mr20 {margin-right:20px;}
.mb20 {margin-bottom:20px;}
.ml20 {margin-left:20px;}

