/*	Global stylesheet

/* Global styles */

* {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    color: #000;  
    margin: 15px 0;
    font-size: 12px;
    background-color: #fff;
}


/*	General purpose CSS classes */
  


.center { text-align: center; }
.bold { font-weight: bold; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.italic { font-style: italic; }
.normal {
	font-weight: normal;
	font-style: normal;
}


.full_width { width: 100%; }
.right { text-align: right; }
.left { text-align: left; }
.bottom { vertical-align: bottom; }
.top { vertical-align: text-top; }
.middle { vertical-align: middle; }
.nowrap { white-space: nowrap; }
.upper { text-transform: uppercase; }
.noBorder { border: none !important; }
#search {
	width: 300px;
	padding: 5px;
	margin-right: 0px;
	/*background-color: #fbfbf9;
	border: 1px solid #b2b2b2;*/
}
#search h3 {
	margin: 2px 0px 0px 2px;
}