 BODY {
	background-image : url(../assets/bk_001.gif);
	margin-top : 0px;
	margin-left : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffc;
	scrollbar-3dlight-color:white;
    scrollbar-arrow-color:white;
    scrollbar-base-color:black;
    scrollbar-face-color:black;
    scrollbar-highlight-color:gray;
    scrollbar-shadow-color:silver;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 28px;
	font-weight : bolder;
	background-color : #600;
}

h2 {
	background-color : transparent;
	color:#ffc;
}


.drpcp1
{
	font-weight: bold;
	color: #000;
	font-size: 26px;
	float: left;
	background-color : Silver;	
    padding : 0px 2px;
}

.drpcp2
{
	font-weight: bold;
	color: #600;
	font-size: 26px;
	float: left;
	background-color: #fc0;
	padding : 0px 2px;
}

P, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.txtblk 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #fc0;
	background-color : #333;
	margin-left : 20px;
	margin-right : 20px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
	text-align : justify;
}

.txtblkrd {
	font-family : "Courier New", Courier, monospace;
	font-size : 16px;
	color: #FFFAF0;
	background-color : #c00;
	margin-left : 20px;
	margin-right : 20px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
	text-align : justify;
	font-weight : bold;
}

.txtblkgld{
	background-color : #FFD700;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	margin-left : 10px;
	margin-right : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	text-align : justify;
}

.txtblkrt{
	float : right;
	font-size : 10px;
	background-color : #333;
	margin-top : 10px;
	margin-left : 10px;
	margin-bottom : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	font-weight : bolder;
	color : #fc0;
}

.jst{
    text-align: justify;
}

.mar {
	margin-left : 20px;
	margin-right : 20px;
	text-align : justify;
}

UL {
    color: #ffc;
	background-color : #333;
	margin-right: 40px;
}

a { 
font-weight: bold;
} 
a:link { 
color: #c00;
background-color:transparent; 
text-decoration: underline; 
} 
a:visited { 
color: #c00;
background-color:transparent; 
text-decoration: underline; 
} 
a:active { 
color: #090;
background-color:transparent; 
text-decoration: none; 
} 
a:hover { 
color: #090;
background-color:transparent; 
text-decoration: none; 
} 