/* tag style */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
}
td {
	font-size: 12px;
}
img {
	border: 0px;
}
hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	color: #E0E0E0;
}
table {
	 border-collapse: collapse;
}
a:link, a:visited, a:active { 
	color: #124162; 
}
a:hover { 
	color: #005DA0; 
}
a.other:link, a.other:visited, a.other:active { 
	color: #BB131A; 
	text-decoration: none;
}
a.other:hover { 
	color: #990000; 
	text-decoration: underline;
}

/* class style */
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
}
.title {
	color: #BC1A21;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}
.headline {
	color: #BC1A21;
	font-size: 14px;
}
.small {
	font-size: 11px !important;
	line-height: normal;
}
.big {
	font-size: medium !important;
}
.right {
	text-align: right !important;
}
.blue {
	color: #1B62AF;
}
.copyright {
	font-size: 11px;
	line-height: 2em;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 30px;
}
.pad {
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5p;
}
.pad_l {
	padding: 10px;
	padding-right: 5px;
}
.pad_r {
	padding: 10px;
	padding-left: 5px;
}
.divider {
	background: url(../images/dot.gif) center repeat-y;
}
.line {
	background: url(../images/dot.gif) top repeat-x;
}
.form    { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666; 
	background-color: #EFEFEF;
}
