@import "mainstyle.css";
body {
	background:#272425 url(../images/bg-pattern.gif) repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	margin:0;
	padding:0;
	color:#231f20;
	font-weight:100;
	}

a img {border:none; outline:none;}
a, input, Object {outline:none; outline-style:none;}
img {border:none;}
p {margin:0;}
.fl {float:left;}
.fr {float:right;}
.re {position:relative;}
.ab {position:absolute;}
.block {display:block;}
.clear {clear:both;}

/** Heading Style **/
h1, h2, h3, h4, h5, h6 {margin:0;	padding:0;}

h1 {font-size:27px; text-transform:uppercase; color:#231f20; font-weight:100;}
h2 {font-size:24px; color:#231f20; font-weight:100;}
h3 {font-size:16px; color:#8e8e8e; font-weight:100; text-transform:uppercase;}

/** Link Style **/
a {color:#bb1f20; text-decoration:underline;}
a:hover {color:#bb1f20; text-decoration:none;}

.grey {color:#8e8e8e;}