body	{
	color: #000000;
/*	background-color: #eeeeff; */
	background-color: #f1eee9;
	margin: 0;
	padding: 0;
}

.normal {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #000000;
}

.normalbox      {
	border: 1px solid #440000;
	margin: 3px;
	padding: 5px;
	background-color: #FFFFFF;
}

.h1	{
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 22px;
	font-weight: bold;
	color: #800000;
}
.h2	{
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #800000;
}
.h3	{
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}

.titlebox       {
	border: 1px solid #440000;
	margin: 0px;
	padding: 0px;
	background-color: #fefaf1;
}
a:link	{
	text-decoration: underline;
	color: #0000ff;
/*	color: #ff0000; */

}

a:visited	{
	text-decoration: underline;
	color: #4a2885;
/*	color: #f00000; */
}

a:hover	{
	text-decoration: none;
	color: #ffffff;
	background-color: #01a9FB;
/* 	color: #841212;
	background-color: #fefaf1; */
}

a:active	{
	text-decoration: none;
	color: #000000;
}

#dsp{
	position: absolute; top: 65px; left: 165px; width:95%; height:500px;
	background-color: #ffffff;
	border-width: 2px;
	border-style:outset;
	white-space: normal;
	border-top: 1px SOLID #4b45f1;
	border-left: 1px SOLID #4b45f1;
	border-bottom: 2px SOLID #071146;
	border-right: 2px SOLID #071146;
	font-family: Veranda, Arial;
	font-size: 12px;
	padding:5px;
}

#box1{
	position: absolute; top: 65px; left: 165px; width:48%; height:500px;
	background-color: #ffffff;
	border-width: 2px;
	border-style:outset;
	white-space: normal;
	border-top: 1px SOLID #4b45f1;
	border-left: 1px SOLID #4b45f1;
	border-bottom: 2px SOLID #071146;
	border-right: 2px SOLID #071146;
	font-family: Veranda, Arial;
	font-size: 11px;
	padding:5px;
}

#box2{
	position: absolute; top: 65px; left:59%; width:48%;  height:500px;
	background-color: #ffffff;
	border-width: 2px;
	border-style:outset;
	border-top: 1px SOLID #4b45f1;
	border-left: 1px SOLID #4b45f1;
	border-bottom: 2px SOLID #071146;
	border-right: 2px SOLID #071146;
	white-space: normal;
	font-family: Veranda, Arial;
	font-size: 11px;
	padding:5px;
}

#uploadbox{
	position: absolute; top: 85px; left:165px; width:80%;
	white-space: normal;
	font-family: Veranda, Arial;
	font-size: 11px;
	padding:15px;
}

div#lbar a:link {
	text-decoration: underline;
/*	color: #0000ff; */
	color: #ff0000;

}
div#lbar a:visited {
	text-decoration: underline;
/*	color: #4a2885; */
	color: #f00000;
}



.text   {
	text-align: left;
	white-space: normal;
	font-family: Verdana, Arial;
	font-size: 11px;
}
.heading   {
	text-align: left;
	white-space: nowrap;
	font-family: Verdana Bold, Arial;
	font-size: 14px;
	font-weight: bold;

}

.box    {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	margin: 2px 2px 2px 2px;	/* top right bottom left */
	height: 0;
	font-size: 15px;
	line-height: 1;
}

.mdkverbar	{
	color: black;
	background-color: #22218A;
/*	background-color: #f77635; */
	border: 0px outset #977635;
}

.mdksubmenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.mdksubframe	{
	position: relative;
	display: block;
	background-color: #22218A;
/*	border: 1px outset #2663ff; */
	border-top: 1px SOLID #0001fA;
	border-left: 1px SOLID #0001fA;
	border-bottom: 1px SOLID #000000;
	border-right: 1px SOLID #000000;
}

.mdkitem	{
	text-align: left;
	white-space: nowrap;
	font-family: Verdana, Arial;
	font-size: 11px;
}

.mdkitem a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.mdkitem a:link	{
	color: #efe321;
	text-decoration: none;
}

.mdkitem a:visited	{
	color: #efe321;
	text-decoration: none;
}

.mdkitem a:hover	{
	color: #000000;
	background-color: #01a9FB;
	text-decoration: none;
}


.mdkitem a:active	{
	color: #ffe321;
	text-decoration: none;
}

.mdkitem .mdkfwdarr	{
	position: absolute;
	top: 5px;
	right: 12px;
}

.mdkseparator	{
	background-color: #22218A;
	border-top: 1px solid #071146;
	border-bottom: 1px solid #2221fA;
	margin: 2px 1px 2px 1px;	/* top right bottom left */
	height: 2;
	font-size: 1px;
	line-height: 0;
}

