/*
Design - http://www.ashleycrosby.com
Feel free to steal and use; it's simple stuff; I don't think it even deserves a creative commons license.
*/
img {border: 0px;}
table {border: 0px;}

body {
border: 0px; margin: 0px;
background-color: #FFFFFF;
background-image: url(graphics/bg.png);
background-repeat: repeat-x;
font-family:Gill Sans;
font-size:16px;
color:#000000}

h1 {font-size:18px; font-weight:normal; padding:0px; margin:0px}

.condense {font-size:16px; letter-spacing:-1px;}

.ultracondense {font-size:14px; letter-spacing:-1px;}

.smallcaps {font-variant: small-caps;}

.announcement {font-variant: small-caps; font-size:24px; font-color:#B90006}

.right { text-align: right }

a {border: 0px;}
a:link {color:#9D1010; text-decoration:none;}
a:visited {color:#9D1010; text-decoration:none;}
a:hover {color:#FF470A; text-decoration:none;}
a:active {color:#FF470A; text-decoration:none;}
