/*    Main CSS for Orel Web     */

body{
padding:0px;
margin:0px;
background-color: #FFFFFF;
}
.pagename {
    font-family: Arial Black;
    font-size: 15px;
    line-height: 30px;
    color: #558ABE;
}
.motto {
    font-family: Tahoma;
    font-size: 12px;
    line-height: 14px;
    color: #3A6598;
}
.whitetext {
    font-family: Tahoma;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}
.bluetext {
    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: 14px;
    color: #019D01;
    text-decoration: none;
}
.link_4 {
    font-family: Tahoma;
    font-size: 10px;
    line-height: 12px;
    color: #787878;
    text-decoration: none;
}
.text_1 {
    font-family: Tahoma;
    font-size: 11px;
    line-height: 14px;
    color: #787878;
}
.text_2 {
    font-family: Tahoma;
    font-size: 11px;
    line-height: 14px;
    color: #019D01;
}
.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;
}
.text_7 {
    font-family: Tahoma;
    font-size: 10px;
    line-height: 12px;
    color: #787878;
}
.text_8 {
    font-family: Tahoma;
    font-size: 11px;
    line-height: 16px;
    color: #4072A5;
}
.text_9 {
    font-family: Tahoma;
    font-size: 12px;
    line-height: 18px;
    color: #4072A5;
    font-weight: bold
}
.rojo {
    color: #FF0000;
    font-size: 18px;
    font-weight: bold
}
.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 */
.currentmenulink {
    color: #FFFFFF;
    font-size: 11px;
    font-family: tahoma;
    font-weight: bold;
    background: #CCCCCC;
}

