html, body {
    margin: 0;
	padding 0;
	font-family: Arial;
    color: #003366;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none; 
}
table, td {
    font-family: Arial;
    color: #003366;
    font-size: 14px;
    font-weight: 400;
}
form {
    margin:0px;
}

h1 { color: #15AFFF; font-size: 16px; font-family: arial }

.first { color: #003366; font-size: 14px; font-family: arial }
.second { color: #1A29EB; font-size: 14px; font-family: arial }
.third { color: #15AFFF; font-size: 10px; font-family: arial }

a:link, a:visited, a:active {
    color: #0A699A;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
a:hover {
    color: #0A699A;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.dblue, a:link.dblue, a:visited.dblue, a:active.dblue {
    color: #003366;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
a:hover.dblue {
    color: #003366;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}


.note {
    font-family: Arial;
    color: #13345d;
    font-size: 9px;
    font-weight: 400;
    text-decoration: none;
}


.header{
    font-size: 20px;
    border-bottom: 1px solid #cccccc;
    color: #003463;
    font-weight: bold;
    font-family: Arial;
}
select {
    z-index:             101;
    font-family:         Arial;
    color:               #003366;
    font-size:           12px;
    font-weight:         400;
    text-decoration:     none;
}

.selectbox, .textbox {
    z-index:             101;
    font-family:         Arial;
    color:               black;
    font-size:           12px;
    font-weight:         400;
    text-decoration:     none;
}
.smallselectbox, .smalltextbox {
    z-index:             1;
    font-family:         Arial;
    color:               black;
    font-size:           11px;
    font-weight:         400;
    text-decoration:     none;
}

.button {
    z-index:             1;
    font-family:         Arial;
    color:               #303030;
    font-size:           13px;
    font-weight:         400;
    text-decoration:     none;
}

.submitbutton{
    z-index:             1;
	border:	             1px solid #000000;
	font-family:         Arial;
	font-size:           9pt;
    hidefocus:           true;
    cursor:              pointer;

}
submit{
    z-index:             1;
	border:	             1px solid #000000;
	font-family:         Arial;
	font-size:           9pt;
	hidefocus:           true;
}


pre {  padding-left: 18px;}


.title_first_16 {color: #003366; font-size: 16px;}
.title_first_15 {color: #003366; font-size: 15px;}
.title_first_14 {color: #003366; font-size: 14px;}
.title_first_13 {color: #003366; font-size: 13px;}
.title_first_12 {color: #003366; font-size: 12px;}
.title_first_11 {color: #003366; font-size: 11px;}
.title_first_10 {color: #003366; font-size: 10px;}
.title_first_9  {color: #003366; font-size: 9px;}
.title_first_8  {color: #003366; font-size: 8px;}

.title_second_16 {color: #1A29EB; font-size: 16px;}
.title_second_15 {color: #1A29EB; font-size: 15px;}
.title_second_14 {color: #1A29EB; font-size: 14px;}
.title_second_13 {color: #1A29EB; font-size: 13px;}
.title_second_12 {color: #1A29EB; font-size: 12px;}
.title_second_11 {color: #1A29EB; font-size: 11px;}
.title_second_10 {color: #1A29EB; font-size: 10px;}
.title_second_9  {color: #1A29EB; font-size: 9px;}

.title_third_16 {color: #15AFFF; font-size: 16px;}
.title_third_15 {color: #15AFFF; font-size: 15px;}
.title_third_14 {color: #15AFFF; font-size: 14px;}
.title_third_13 {color: #15AFFF; font-size: 13px;}
.title_third_12 {color: #15AFFF; font-size: 12px;}
.title_third_11 {color: #15AFFF; font-size: 11px;}
.title_third_10 {color: #15AFFF; font-size: 10px;}
.title_third_9  {color: #15AFFF; font-size: 9px;}


.title_white_16 {color: #ffffff; font-size: 16px;}
.title_white_15 {color: #ffffff; font-size: 15px;}
.title_white_14 {color: #ffffff; font-size: 14px;}
.title_white_13 {color: #ffffff; font-size: 13px;}
.title_white_12 {color: #ffffff; font-size: 12px;}
.title_white_11 {color: #ffffff; font-size: 11px;}
.title_white_10 {color: #ffffff; font-size: 10px;}
.title_white_9  {color: #ffffff; font-size: 9px;}


.table_heading {border: 2px outset #1A29EB; background:#1A29EB;}

.table_form {
    border-top: 1px solid #1A29EB;
    border-left: 1px solid #1A29EB;
}
.cell_border{
    border: 1px solid #1A29EB;
    font-size: 12px;
}

.solidborder{
    border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #000000;
}


