body,td         { color: gray; font-size: 8pt; font-family: Arial, Helvetica; font-weight: normal; line-height: 12pt; margin: 0 }

h1 { color: gray; font-weight: bold; font-size: 11px }
h2  { color: #789; font-style: normal; font-weight: bold; font-size: 11px }
h3 { color: #cc6600; font-weight: bold; font-size: 11px }

.txt  { color: #369; font-size: 10 px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; border: solid 1px #789 }
.but  { color: white; font-size: 10 px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #394f77; width: 100px; border: solid 1px #789 }
.box{
	background-color : white;
	border : 1px solid Silver;
	padding : 5px;
}
.padding{
	padding : 10px;
}

.line_up {
	border-top: 1px solid white;
}

.line_down {
	border-bottom: 1px solid white;
}
.line_right {
	border-right: 1px solid #cccccc;
padding:10px;
}


.line_1  { border-bottom: 1px solid #808080 }
.line_1b  { border-top: 1px solid #808080 }

.line_2 {
	border-top: 1px double white;
	border-bottom: 1px double white;
}

.line_2a     { padding: 15px 10px 12px 0; border-top: 1px none #ccc; border-bottom: 1px solid #cccccc }

.line_2b{
	border-top: 1px double #cccccc;
	border-bottom: 1px double #cccccc;
}
a:link  { color: #394f77; font-weight: bold; text-decoration: none }
a:visited  { color: #394f77; font-weight: bold; text-decoration: none }
a:hover   { color: #789; font-weight: bold; text-decoration: none }
a:active   { color: #789; font-weight: bold; text-decoration: none }

.outline{
	border: 1px solid black;
}
.justify{
text-align: justify;
}
.maintitle    { color: #369; font-size: 18px; font-weight: 600; font-stretch: ultra-expanded }
.subtitle   { color: #789; font-weight: bold }
