

body {

margin-top: 0;
background-color:#ffffff;


}


.menu {

font-size:small;
color: #CC3300;
text-decoration:none;
}

.menu a {

color: #CC3300;
text-decoration:none;
}

a:hover {

color:#476C8E;
text-decoration:underline;
}

.home {

font-size:12pt;
padding-left:50px;
color: #CC3300;

}


.home2 {

font-size:12pt;
text-align:right;
padding-right:10px;
padding-bottom:10px;
color: #CC3300;

}

.footer {


font-size:small;
color: #CC3300;
text-decoration:none;
}



.footer a{


font-size:small;
color: #CC3300;
text-decoration:none;
}

.hide {

display: none;

}

.submenu {
font-size:12pt;
color: #CC3300;
text-decoration:none;


}
.submenu a{


color: #CC3300;
text-decoration:none;


}

.submenu a:hover{

color: #CC3300;
text-decoration:underline;


}
/*
the borders, shell, or sides. whatever you all it ;)
  */
.top_left {

height:20px;
width:20px;
background-image:url(images/top_left.gif); 
background-repeat:no-repeat;

}

.center {

height:20px;
background-image:url(images/top_center.gif); 
background-repeat:repeat-x;
text-align: right;
padding-right: 5px;
font-size:10px;
font-family: verdana;

}

.top_right {

height:20px;
width:20px;
background-image:url(images/top_right.gif); 
background-repeat:no-repeat;

}

.left_side {

width:20px;
background-image:url(images/left_side.gif); 
background-repeat:repeat-y;
 
}


.right_side {

width:20px;
background-image:url(images/right_side.gif); 
background-repeat:repeat-y;


}



.center_sides {

font-size:12pt;

}

.bottom_left {


height:20px;
width:20px;
background-image:url(images/bottom_left.gif); 
background-repeat:no-repeat;

}


.bottom_bottom {


height:20px;
background-image:url(images/bottom.gif); 
background-repeat:repeat-x;
font-size:10px;
font-family: verdana;

}


.bottom_right {

height:20px;
width:20px;
background-image:url(images/bottom_right.gif); 
background-repeat:no-repeat;

}




