/* dotPROJECT REQUIRED CLASSES */
BODY {
	background-color: BLACK;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Osaka,verdana,Sans-Serif;
	font-size: 12pt;
	color: WHITE;
}

input,textarea,select{font-size:10pt;color:BLACK;background-color:#FFFFFF;border:1 solid BLACK}

ul {
	margin-left: 25px;
}

dl {
	margin-top: 0px; padding-left: 1px;
}
dt {
	margin-top: 0.5em;
	color: #000099;
	font-weight: bold;
}
dd {
	margin-bottom: 0px; margin-left: 1.5em;
}


em {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

A:link {
	color: WHITE;
	text-decoration: underline;
}

A:visited {
	color: WHITE;
	text-decoration: underline;
}

A:active {
	color: WHITE;
	text-decoration: none;
}

A:hover {
	color: WHITE;
	text-decoration: underline;
}


TD {
	font-family: Osaka,verdana,Sans-Serif;
	font-size: 13pt
}

TR {
	font-family: Osaka,verdana,Sans-Serif;
	font-size: 12pt
}

h1#page_title{
	text-align: center;
	text-decoration: underline overline;
	letter-spacing: 10pt;
	line-height: 300%;
	font-size: 20px;
	font-weight: 500;
	font-family: Osaka,verdana,Sans-Serif;
	margin-bottom: 0px;
	margin-top: 5px;
}

h2#alart{
	font-size: 16px;
	font-family: Osaka,verdana,Sans-Serif;
	line-height: 200%;
	font-weight: 500;
	text-align: center;
	color: #FF0000;
	margin-bottom: 0px;
	margin-top: 15px;
	padding: 5px;
}


h3 {
	font-size: 16px;
	font-weight: normal;
	font-family: Osaka,verdana,Sans-Serif;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 35px;
}

TEXTAREA {
	font-family: Osaka,verdana,helvetica,arial,sans-serif;
	font-size: 9pt;
}

/* for header */
table.head{
	font-size: 15pt;
}

table.head td{
	padding: 3px;
}

TD.head{
	font-size: 12pt;
}

/* a 'standard' table */
table.std {
	border: solid WHITE;
	border-top-width: 1.em;
	border-bottom-width: 2.em;
	border-left-width: 1px;
	border-right-width: 1px;
}

table.std TH {
	font-weight: 500;
	font-size: 15px;
	padding: 5px;
	background-color: BLACK;;
	color: WHITE;
	list-style-type: disc;
	list-style-position: inside;
	border: outset WHITE 1px;
}

table.std td{
	color: white;	
}

/* box table */
table.box TH {
	font-weight: 500;
	font-size: 15px;
	padding: 5px;
	background-color: BLACK;;
	color: WHITE;
	list-style-type: disc;
	list-style-position: inside;
	border: outset WHITE 1px;
}

table.box td{
	border: outset WHITE 1px;
	color: WHITE;
}
