@charset "utf-8";

A:link
{color:#f8ac25; text-decoration: none;}
A:visited
{color:#f8ac25; text-decoration: none;}
A:hover
{color: #ffffff; text-decoration: none;}

div {
scrollbar-face-color: #340000; 
scrollbar-highlight-color: #1a0000; 
scrollbar-3dlight-color: #1a0000; 
scrollbar-shadow-color: #1a0000; 
scrollbar-darkshadow-color: #1a0000; 
scrollbar-track-color: #1a0000; 
scrollbar-arrow-color: #ee5124;
}
 
body{background-color: #D8E2EC;
}

.content{
	background:url(images/rt_cntr.gif);
	background-repeat: repeat-y;
	width:379px;
	height:311px;
	overflow:auto;
	padding:5px 55px 5px 40px;
	text-align:justify;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.bottom{
	background:url(images/rt_bot.gif);
	background-repeat:no-repeat;
	width:379px;
	height:33px;
	overflow: hidden;
	padding:15px 55px 5px 40px;
	text-align: center;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
}

/* red */
.emp{
	text-transform: capitalize;
	color:#c71117;
}
/* orange */
.emp2{
	text-transform: capitalize;
	color:#ee5124;
}
/* yellow */
.emp3{
	text-transform: capitalize;
	color:#f8ac25;
}
/* green */
.emp4{
	text-transform: capitalize;
	color:#009900;
}
/* blue */
.emp5{
	text-transform: capitalize;
	color: #6633FF;
}
/* purple */
.emp6{
	text-transform: capitalize;
	color:#a94b9c;
}

ol{
list-style-position: outside;
}

ul{
list-style:square;
}

.block{
background:#333333;
padding: 2px;
}

input
{
color: #c71117;
background: #000000;
border: 1px dashed #ffffff;
}

textarea
{
color: #c71117;
background: #000000;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
width: 30px;
}