/* ############## */
/* DEFAULT STYLES */
/* ############## */

/* Default HTML element styles and default classes */

/*
CONTENTS:
- default HTML Tag styles
- Tag Styles
- Styles
*/

/* DEFAULT HTML TAG STYLES */

a {
	color: #B60C36;
	text-decoration: underline;
}
a:hover {
	color: #0F68AA;
}

body {
	background: url(../images/bg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #333333;
	text-align: relative; /* centers container divs in browsers that don't understand margin: auto */
}

body, fieldset, form, html {
	margin: 0;
	padding: 0;
}


html, body { 
	height: 100%;
}

img {
	border: none;
	vertical-align: top;
}

li {
	list-style-image: url(../images/bullet.gif);
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	display:inline;
}
/* Classes tied to divs/elements */

#boxleft p {
	background: url(../images/box_line.jpg) bottom no-repeat;
	height: 60px;
	margin-bottom: 0px;
	margin-top: 2px;
	padding: 0px 4px 2px 4px;
	}

#boxmid p {
	background: url(../images/box_line.jpg) bottom no-repeat;
	height: 60px;
	margin-bottom: 0px;
	margin-top: 2px;
	padding: 0px 4px 2px 4px;
	}

#boxright p {
	margin-bottom: 0px;
	margin-top: 2px;
	padding: 0px 4px 2px 4px;
	}
	
#footer p {
	color: #FFFFFF; 
	font-size: 8pt;
	line-height: 10pt;
	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 2px;
	}
	
input.submit {
	cursor: pointer;
}


/* General Classes */

.arrow {
float: right;
position: absolute;
bottom: 5px;
right: 4px;
}

.fltrt {
float: right;
margin-left: 10px;
}

.fltlft {
float:left;
margin-right: 10px;
}

.middle {
vertical-align: middle;
}

.title{
font-size:14px;
color:#B90602;
}

.white{
color:#FFFFFF;
}

.italic {
font-style:italic;
text-decoration:underline;
}

.bold{
font-weight:bold;
}
/* Copyright (c) Webfuel Ltd. */