/*---------------------------------------
Basic Style Sheet

Author: 	Paul Hetherington
Email:		p.hetherington@brahm.com
Website:	http://www.brahm.com
---------------------------------------*/

/* Import styles
---------------------------------------*/
@import url("layout.css");
@import url("typography.css");

/* Global
---------------------------------------*/
body { font-family: Arial, Helvetica, sans-serif; font-size: 100%; text-align:center; min-width: 810px; color:#333333; /*background:url(../images/bg.jpg) center top repeat-y;*/ }

a:link, a:visited { text-decoration: underline; color: #005793; }
a:hover, a:active { text-decoration: none; }
* { margin: 0; padding: 0; }
p {padding-bottom: 10px; }