@CHARSET "UTF-8";

/*######################################
----------------------------------------

[Frontend Stylesheet]

Project:	Unbroker
$author		Brandon More, Jerome Guilbot

-------------------------------------

[Color codes]

Maroon: #562928 (ie: footer)
Yellow: #E69924

a (mailto):	
a (visited):	
a (active):	


#####################################*/

* {
margin:0;
padding:0;
}

.clear {
clear:both;
}

.float-left {
float:left;
}

.float-right {
float:right;
}

.text-left {
text-align:left;
}

.text-right {
text-align:right;
}

.text-center {
text-align:center;
}

.text-justify {
text-align:justify;
}

.italics {
font-style:italic;
}

.underline {
text-decoration:underline;
}

.highlight {
font-weight:bold;
color:#830000;
}

.spacerBar {
color:gray;
}

.space {
margin-top:16px;
}

.lineSpace {
margin-top:15px;
}