@charset "utf-8";
/* This CSS document is property of Under Pressure Systems Inc. - Copyright 2008 */
/* Basic Elements */
html {
margin: 0;
padding: 0;
}
body {
background-color: #688EB4; /* Sets the bottom of the body color to blend in FireFox and other non-related Internet Explorer browsers */
}
a {
color: #494F4E;
}
H1 {
color: #1E8FD3;
font-size: 20px;
text-align: center;
}
a:active {
color: #494F4E;
}
a:visited {
color: #494F4E;
}
li {
font-size:  14px;
list-style-image:url(images/marker_1.gif);
color: #494F4E;
}
li a {
text-decoration: none;
}
/* Advance Elements */
#content-text {
font-family: Tohama, Arial, san-serif;
font-size: 12px;
color: #494F4E;
}
#toplinks {
font-size: 10px;
font-family: Tahoma, Arial, san-serif;
color: #1C64A8;
}
#toplinks a {
color: #1C64A8;
text-decoration: none;
}
#toplinks a:visited {
color: #1C64A8;
text-decoration: none;
}
#toplinks a:active {
color: #1C64A8;
text-decoration: none;
}
#bottomlinks {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #494F4E;
}
#copyright {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #494F4E;
text-decoration: none;
text-align: center;
}
.small-widthset {
width:  500px;
text-align: left;
}
.noline {
text-decoration: none;
}