/* Tables n stuff, which I have alot of, I'll get around to turning them into divisions eventually...*/

html,p,div,tr,img
{margin:0px; 
padding:0px;}

body
{margin-left:0; 
margin-right:0; 
margin-top:0px; 
margin-bottom:12px;
width:100%;
height:100%; 
overflow:auto;
font-family: tahoma, verdana, arial;
color: #808080; 
letter-spacing: 1px;
font-weight: normal;
font-size: 10px;}

td
{font-family: Verdana, Arial, Helvetica;
color:#1D2587; 
letter-spacing: 0px;
font-weight: normal;
font-size: 10px;
padding-left: 0px;
padding-right: 0px
padding-top: 0px;
padding-bottom: 0px;
margin: 0px
display:block;}

td.bottom,tr,table
{font-family: tahoma, verdana, arial;
color:#1D2587; 
letter-spacing: 0px;
font-weight: normal;
font-size: 14px;
padding:0px
margin: 0px}

p
{font-family: tahoma, verdana, arial;
color: #131A5B; 
letter-spacing: 0px;
font-weight: bold;
font-size: 10px;
margin:10px;}

p.epik
{font-family: tahoma, verdana, arial;
text-indent:25px;
color: #1D2587; 
letter-spacing: 0px;
font-weight: normal;}
p.epik
{margin: 5px;
padding: 5px;}

/* Divisions, I use them like tables (I'm pretty sure everyone does) so its coming after tables */

div.div
{margin:0px; 
padding:0px;
width: 800;
text-align: center;}

div.divv
{margin:5px; 
padding:5px;
background-color:black;}

div.epikdiv
{padding:5px;
width:790px;
height:20px; 
margin-left:0px;
background-color:white;}

div.footer
{padding:0px;
width:800px;
margin-left:0px;
background-color:#c1c1c1;}

/* Hyperlinks, these take up so much room, I could make 3 columns for this */

A:link 
{color:#1D2587; 
text-decoration:none; 
font-weight:normal;}

A:active 
{color:#0000FF; 
text-decoration:none
font-weight:normal;}

A:visited
{color:#1D2587; 
text-decoration:none
font-weight:normal;}

A:hover 
{color:#B61818; 
text-decoration:none; 
font-weight:normal;}

A:hover.orly
{color:#1D2587; 
text-decoration:none; 
font-weight:normal;}

A:hover.yarly
{color:#1D2587; 
text-decoration:none; 
font-weight:normal;}

A:active.yarly
{color:#0000FF; 
text-decoration:none
font-weight:normal;}

A:link.top
{color:#495AFF; 
text-decoration:none; 
font-weight:normal;}

A:active.top
{color:#0000FF; 
text-decoration:none
font-weight:normal;}

A:visited.top
{color:#495AFF; 
text-decoration:none
font-weight:normal;}

A:hover.top
{color:#ACB4FC; 
text-decoration:none; 
font-weight:normal;}

/* Other stuff */

img.buttons
{FILTER: Alpha(Opacity=55, FinishOpacity=55, Style=1); -moz-opacity: 0.55;}

img.buttons1
{FILTER: Alpha(Opacity=40, FinishOpacity=40, Style=1); -moz-opacity: 0.4;}

hr
{height:1px;
color:#B61818;
background-color:#B61818;
border:0px;
} 

/*

- J E F F R E Y   Y A N washere

*/