/* CSS Document */

/* page layout */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #002345;
	}
	
#bgLeft {
	background: url(../imgs/side_left.gif) repeat-y top right;
	}

#bgRight {
	background: url(../imgs/side_right.gif) repeat-y top left;
	}

#topLeft {
	background: url(../imgs/top_left.gif) no-repeat top right;
	}

#topRight {
	background: url(../imgs/top_right.gif) no-repeat top left;
	}
	
#menuMargin {
	padding-left: 22px;
}


/* main text rules */
h1 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #cf0000;
	text-decoration: none;
	}
	
.Red {
	color: #cf0000;
	font-weight: bold;
	text-decoration: none;
}

.Orange {
	color: #f38e00;
	font-weight: bold;
	text-decoration: none;
}

.Green {
	color: #67af00;
	font-weight: bold;
	text-decoration: none;
}

.Large {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* standard link */
a:link {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #c30000;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color:#c30000;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #ffb3b3;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:active {
	color:#c30000;
	font-weight: bold;
	text-decoration: none;
	}

.border {
	border-width: 1px;
	border-color: #a2bdcf;
	border-style: solid;
}

.input {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #a2bdcf;
	border-style: solid;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #002345;
}

.subscribe {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #a2bdcf;
	border-style: solid;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #002345;
	width:170px;
}

.button {
	background-color: #FFF4F4;
	border-width: 1px;
	border-color: #D3D2BB;
	border-style: solid;
	font-size: 12px;
	color: #AF0000;
	font-weight: bold;
}

#login fieldset {
	border: 1px solid #a2bdcf;
	padding: 20px;
}

#login legend {
	font-weight: bold;
	color: #C70000;
	background: #FFF9F9;
	border: 1px solid #a2bdcf;
	padding: 4px 8px;
}