body {

margin: 0px;

padding: 0px;
background-color: #FFFFFF;


background-image: url(); 
background-repeat: repeat-x;
font-family: "Trebuchet MS";

font-size: 13px;
color: #000000;
text-align: justify;

scrollbar-arrow-color: #FFFFFF;
 
scrollbar-track-color: #BA275C; 
scrollbar-darkshadow-color: #BA275C;
 
scrollbar-base-color: #BA275C;
}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


a:link, a:visited, a:active
{

color: #10178F;
text-decoration: none;
}


a:hover
{
color: #0E18D5;
text-decoration: none;
font-weight: bold;
cursor: crosshair;
}


#image
{

position: absolute;

left: 100px;

top: 0px;

}


#content
{

position: absolute;

left: 103px;

top: 440px;

width: 500px;

}


#navigation
{

position: absolute;

left: 110px;

top: 395px;

width: 500px;
text-align: left;
}
h1
{ 
font-family: "Trebuchet MS"; 
color: #000000;
font-size: 18px;
font-style: italic;
border-bottom: 1px dashed #000000;
letter-spacing: 2px;  
line-height: 18px; 
text-align: left;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px; 
}
h2 { 

font-family : Arial;

font-size : 9px;

color : #E1346A;

text-transform : uppercase;

border : #E1346A;

border-style : dotted;

border-left-width : 0;

border-right-width : 0;

border-top-width : 0;

border-bottom-width : 1px;

text-align : right;

padding-left : 3px;

letter-spacing : 2px;

}
textarea, input { 
font-family : "Arial";
font-size : 10px;
color : #000000;
background : #BA275C;
border-top : 1px dashed #000000;
border-bottom : 1px dashed #000000;
border-right : 1px dashed #000000;
border-left : 1px dashed #000000;
}