*
{
border: 0;
margin: 0;
}

H1
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:normal;
color: #1380BA;
padding-bottom: 5px;
text-align:center;
background: url(images/SkinDottedLine.gif) bottom repeat-x;
}


H2
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:normal;
color: #1380BA;
padding-bottom: 4px;
padding-left: 4px;
text-align: left;
background: url(images/SkinDottedLine.gif) bottom repeat-x;
}

img
{
border: 0px;
}

span
{
color:#1380BA;
font-weight:bold;
}


/* ==[ Anchor apperance when NOT moused over ]== */
a
{
color: red;
text-decoration:none;
}




/* ==[ Anchor apperance on mouse over ]== */
a:hover
{
text-defcoration: underline;
color: black;
}




/* ==[ Body definition ]== */
body
{
font: 12px Arial, Helvetica, sans-serif;
color: #191970;
background: url(images/SkinOuterEdges.jpg);
line-height:20px;
}




/* ==[ OutsidePerimeter ]== */
#OutsidePerimeter
{
width: 999px;
margin: 0px auto;
padding: 0px 0px 0px 0px;
background: #B2B3B3;
border-top: 2px solid white;
border-left: 2px solid white;
border-right: 2px solid white;
border-bottom: 2px solid white;
}

