/* This is my own opinion of what I think looks good, you are welcome to change anything you like though. BUT no what you are doing or the sky will fall on your head and I won't be there to fix it! */

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background: #ececec url(img/back.jpg);
background-repeat: repeat-x;}

/* STRUCTURAL */

.td,tr {
vertical-align: top;
font-family: Trebuchet MS, Arial; 
font-size: 9px; 
line-height: 16px; 
color: #547486; 
text-align: justify;}

.sidebar {
vertical-align: top;
font-family: Trebuchet MS, Arial; 
font-size: 9px; 
line-height: 16px; 
color: #547486; 
text-align: justify;}

.welcome {
font-family: Georgia, Trebuchet MS; 
font-size: 9px; 
line-height: 14px; 
color: #256d86; 
text-align: justify;}

.title {
background-color: #6aafce;
font-family: Georgia, Tahoma; 
border-bottom: 5px solid #d7d7d7;
font-size: 11px; 
line-height: 11px; 
letter-spacing: 0px;
text-transform: normal;
font-weight: bold;
color: #ffffff; 
text-align: center;
padding-left: 2px;
padding-top: 4px;
padding-right: 2px;
padding-bottom: 4px;}

.upper {
background-color: #ecde7c;
font-family: Georgia, Tahoma; 
border-bottom: 5px solid #f9f9fb;
font-size: 11px; 
line-height: 11px; 
letter-spacing: 0px;
text-transform: normal;
font-weight: bold;
color: #ffffff; 
text-align: center;
padding-left: 2px;
padding-top: 4px;
padding-right: 2px;
padding-bottom: 4px;}

/* FONT COLORS */

a:link {
text-decoration: none; 
cursor: hand;
color: #357ca8;
letter-spacing:0px; 
text-align: justify;}

a:active {
text-decoration: none; 
cursor: hand;
color: #357ca8;
letter-spacing:0px; 
text-align: justify;}

a:visited {
text-decoration: none; 
cursor: hand;
color: #357ca8;
letter-spacing:0px; 
text-align: justify;}

a:hover {
border-bottom: 1px dashed #627c8e;
text-decoration: none; 
cursor: hand;
color: #4e98c6;}

