/*    Secondary CSS for Orel Web     */

body{
padding:4px;
margin:0px;
background-color: #F7F7F7;
}
.whitetext {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
.purpletext {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #39639C;
}
.top {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #386DA7;
}
.search {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	background-color: #FFFFFF;
	height: 18px;
	width: 145px;
	color: #686760;
}
.copy_1 {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 11px;
	color: #6987A5;
	text-decoration: none;
	text-transform: uppercase;
}
.copy_2 {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 11px;
	color: #828282;
	text-transform: uppercase;
}
.copy_3 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #7E7E7E;
	text-decoration: none;
}
.copy_4 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #4573A4;
	text-decoration: none;
}
.link_1 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: XXpx;
	color: #4686B4;
	text-decoration: none;
}
.link_2 {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 12px;
	color: #698CA5;
	text-decoration: none;
}
.link_3 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #4573A4;
	text-decoration: none;
}
a.link_3:hover {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
	font-weight: XXbold;
	text-decoration:underline;
	background: #4686B4;
}
.link_4 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #4573A4;
	text-decoration: none;
}
.link_5 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	color: #3577A0;
	text-decoration: none;
}
a.link_5:hover {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:underline;
	background: #4686B4;
}
.text_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #787878;
}
.text_2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #41669E;
}
.text_3 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 16px;
	color: #787878;
}
.text_4 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #000080;
}
.text_5 {
	font-family: Tahoma;
	font-size: 9px;
	line-height: XXpx;
	color: #4686B4;
	text-decoration: none;
}
.text_6 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: XXpx;
	color: #4686B4;
	text-decoration: none;
}
.form_1 {
	font-family: tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #999999;
	height: 14px;
	width: 284px;
	border: none;
}
.form_2 {
	font-family: tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #999999;
	height: 114px;
	width: 284px;
	border: none;
	overflow:auto;
}

/*    MENU LINKS  */

/*    Menu unvisited links  */
a.menulink:link {
color: #4671A4;
font-size: 11px;
font-family: tahoma;
font-weight: bold;
text-decoration:none;
background: #CCCCCC; 
line-height: XX pt;
}

/*    Menu visited links  */
a.menulink:visited {
color: #4671A4;
font-size: 11px;
font-family: tahoma;
font-weight: bold;
text-decoration:none;
background: #CCCCCC; 
}

/*    Menu active links (not widely supported)  */
a.menulink:active {
color: #4671A4;
font-size: 11px;
font-family: tahoma;
font-weight: bold;
text-decoration:none;
background: #CCCCCC; 
}

/*    Menu links when hovered over (MSIE only)  */
a.menulink:hover {
color: #FFFFFF;
font-size: 11px;
font-family: tahoma;
font-weight: bold;
text-decoration:underline;
background: #CCCCCC;
}

/*    Menu link where link sends to the same page where user is */
.mainmenulink {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	background: #CCCCCC;
}

