/****************************************************************************
*              global.css
*              ------------
*  begin       : Tuesday, July 29, 2008
*  copyright   : (C) 2008 Digital Fix
*  email       : info@digitalfix.ie
*
****************************************************************************/

* {
	margin: 0;
	padding: 0;
}
body, p, blockquote, li, td, h1, h2, h3, h4, h5, h6, input, select, option, textarea {
	font-size: 9pt;
}
body, p, blockquote, li, td, input, select, option, textarea {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Constantina, Garamond, "Palatino Linotype", "Times New Roman", Times, serif;
}
body {
}
p {
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
ul, ol {
	margin-left: 20px;
}
a, a:link, a:hover, a:active, a:visited {
}
a:hover {
}
.hide {
	display: none;
}
.show {
	display: inline;
}
.inline {
	display: inline;
}
.block {
	display: block;
}

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.clearall { clear: both; }
.fleft { float: left; }
.fright { float: right; }
