body {
	margin : 10px 10px 10px 10px;
         	color: #CCCCCC;
	scrollbar-face-color: #262626;
	scrollbar-highlight-color: #2f2f2f;
	scrollbar-shadow-color: #1c1c1c;
	scrollbar-3dlight-color: #404040;
	scrollbar-arrow-color:  #bb0000;
	scrollbar-track-color: #373737;
	scrollbar-darkshadow-color: #181818;
         background: url(../theme/images/background.gif);
}

h1{
	color : #000000;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 18px;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	margin : 0px 0px 0px 0px;
}
h2{
	color : #000000;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	margin : 0px 0px 0px 0px;
}

p{
	color : #000000;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-align : left;
}

.borders1 {
    border-left-width:2px;
    border-left-color:#484848;
    border-left-style:solid;
    border-right-width:2px;
    border-right-color:#000000;
    border-right-style:solid;
    border-top-width:2px;
    border-top-color:#484848;
    border-top-style:solid;
    border-bottom-width:2px;
    border-bottom-color:black;
    border-bottom-style:solid;
}

.borders2 {
    border-left-width:2px;
    border-left-color:#700000;
    border-left-style:solid;
    border-right-width:2px;
    border-right-color:#700000;
    border-right-style:solid;
    border-top-width:2px;
    border-top-color:#700000;
    border-top-style:solid;
    border-bottom-width:2px;
    border-bottom-color:700000;
    border-bottom-style:solid;
}

.title{
	color : #858585;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
         line-height : 14px;
	text-align : left;
	margin : 0px 0px 0px 0px;
}

.small{
	color : #959595; 
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	margin : 0px 0px 0px 0px;
}

a{
	color : #cc0000;
	text-decoration : underline;
         font-weight : normal;
}
a:active{
	color : #850000;
	text-decoration : underline;
	font-weight : normal;
}
a:hover{
	color : #eeeeee;
	text-decoration : underline;
	font-weight : normal;
}

img{
	border-bottom-color : #800000;
	border-left-color : #800000;
	border-right-color : #800000;
	border-top-color : #800000;
}
