/* CSS Document */
html,body{
font-family:Arial, Helvetica, sans-serif;
}

.horizontal-top{
background-image:url(images/top.gif);
background-repeat:repeat-x;
}

.horizontal-bottom{
background-image:url(images/bottom.gif);
background-repeat:repeat-x;
background-position:bottom;
}

.vertical-left{
background-image:url(images/left.gif);
background-repeat:repeat-y;
}

.vertical-right{
background-image:url(images/right.gif);
background-repeat:repeat-y;
background-position:right;
}

hr{
color:#999999;
}

a{
color:#003399;
text-decoration:none;
font-weight:bold;
}

a:hover{
text-decoration:underline;
}

.blue{
color:#000099;
}

.red{
color:red;
}

img{
border:0px;
}

.quote{
border:1px solid black;
background-color:#FFCC66;
width:300px;
text-align:center;
padding:5px;
font-size:90%;
margin:auto;
}

.small{
font-size:80%;
}
















