/* Body */

body {
margin : 0;
background-image: url(Images/BgBody.jpg);
background-repeat: repeat-x;
background-color : #ffffff;
}

body.OverLib {
margin : 0;
background-image: url(Images/BgOverLib.jpg);
background-repeat: repeat-x;
background-color : #ffffff;
overflow-x : hidden;
overflow-y : scroll;
}



/* Glow */

div.Glow {
width : 770px;
}

div.GlowTop {
width : 770px;
height : 20px;
filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='Images/BgGlowTop.png');
}

div.GlowTop[class] {
background-image: url(Images/BgGlowTop.png);
background-repeat: no-repeat;
}

div.GlowMiddle{
width : 770px;
filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='Images/BgGlowMiddle.png');
}

div.GlowMiddle[class]{
background-image: url(Images/BgGlowMiddle.png);
background-repeat: repeat-y;
}

div.GlowBottom {
width : 770px;
height : 20px;
filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='Images/BgGlowBottom.png');
}

div.GlowBottom[class] {
background-image: url(Images/BgGlowBottom.png);
background-repeat: no-repeat;
}



/* Content Structure */

table.Border {
padding : 0px;
border : 1px solid #a26666;
background-color : #ffffff;
background-image: url(Images/BgTable.jpg);
}

td.Header {
padding : 0px;
width : 750px;
height : 200px;
background-image: url(Images/BgHeader.jpg);
background-repeat: no-repeat;
background-color : #ffffff;
}

td.SubHeader {
height : 30px;
background-image: url(Images/BgSubHeader.jpg);
background-repeat: no-repeat;
background-color : #ffffff;
}

td.MainLeft {
padding : 300px 10px 10px 10px;
width : 260px;
height : 300px;
background-image: url(Images/BgMainLeft.jpg);
background-repeat: no-repeat;
}

td.MainRight {
padding : 10px;
width : 450px;
height : 300px;
background-image: url(Images/BgMainRight.jpg);
background-repeat: no-repeat;
}



/* Content Elements */

div.HL {
padding-left : 20px;
height : 80px;
}

div.SubLinks {
padding-left : 20px;
padding-bottom : 20px;
}

div.h1 {
margin-top : 10;
margin-bottom : 10;
padding : 3px;
padding-left : 5px;
height : 20px;
filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='Images/BgH1.png');
}

div.h1[class] {
background:url(Images/BgH1.png);
background-repeat: no-repeat;
}

td.OverLib {
border : 1px solid #a26666;
}

div.Toggle {
padding-top : 5px;
padding-left : 20px;
display: none;
}



/* Fonts */

div.h1 {
font-family : Verdana, Arial;
font-size : 11px;
font-weight : bold;
color : #8c3232;
text-decoration : none;
}

h2 {
margin : 0;
font-family : Verdana, Arial;
font-size : 10px;
font-weight : bold;
color : #8c3232;
text-decoration : none;
}

h2.OverLib {
color : #000000;
}

p.Basic {
margin : 0;
padding : 5px;
padding-left : 20px;
font-family : Verdana, Arial;
font-size : 10px;
color : #8c3232;
text-decoration : none;
}

p.OverLib {
margin : 0;
font-family : Verdana, Arial;
font-size : 10px;
color : #000000;
}

p.Sender {
margin : 0;
padding : 5px;
padding-left : 20px;
font-family : Verdana, Arial;
font-size : 9px;
font-weight : bold;
color : #8c3232;
text-decoration : none;
}

p.Copyright {
margin : 0;
font-family : Verdana, Arial;
font-size : 9px;
font-weight : bold;
color : #8c3232;
text-decoration : none;
}

font.Basic {
font-family : Verdana, Arial;
font-size : 10px;
font-weight : bold;
color : #8c3232;
text-decoration : none;
}

a {
font-family : Verdana, Arial;
font-size : 10px;
color : #640000;
text-decoration : underline;
}

a:hover {
color : #a26666;
text-decoration : none;
}

a.Copyright {
font-size : 9px;
font-weight : bold;
}



/* Forms */

input.Button {
border: 1px solid #cccccc;
font-family : Verdana, Arial;
font-size : 10px;
background-color : #eeeeee;
color : #640000;
}

input.Field {
border : 1px solid #cccccc;
font-family : Verdana, Arial;
font-size : 10px;
background-color : #eeeeee;
color : #640000;
}

textarea.Field {
border : 1px solid #cccccc;
font-family : Verdana, Arial;
font-size : 10px;
background-color : #eeeeee;
color : #640000;
}



/* Images */

img.Border {
margin-left : 20;
margin-right : 10;
border : 1px solid #640000;
}