/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

.input1 {
	width: 50px;
	font-size: 14px;


}

.input2 {
	width: 56px;
	height: 25px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.heading {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}

.subheading {
	font-size: 14px;
	font-weight: bold;
	color: #515151;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.text2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.text3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.text4 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

.text5 {
	text-align: center;
	color: #848484;
    font-size: 10px;
}

.textred {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	line-height: 18px;
}

/** LINKS */

a {
	color: #B94242;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	width: 170px;
	height: 19px;
	padding: 8px 0px 0px 8px;
	background-image: url(../images/button-white-arrow.gif);
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #515151;
}

.link1:hover {
	background-image: url(../images/button-red.gif);
	color: #FFFFFF;
}


.link2 {
	color: #FFFFFF;
    font-size: 12px;
}

/** STYLES */

.table1 {
	border-left: 1px dotted #CC0000;
	border-top: 1px dotted #CC0000;
	border-right: 1px dotted #CC0000;
	border-bottom: 1px dotted #CC0000;
	padding: 6px 6px 6px 6px;
	background-color: #CCCCCC;
}

/** BACKGROUNDS */

.bg1 { background: url(../images/block-black.gif) repeat left top; }
.bg2 { background: url(../images/rect-red.gif) repeat-x left top;}
.bg3 { background: url(../images/rect-black.gif) repeat-x left top;}

/** MISC */

img { border: none; }


