a { 
    text-decoration: none; 
    font-weight: bold; 
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
}

table, td, p, ul, ol {
    font-size: x-small; 
}

.grey {
    color: #999999;
}

.small { 
    font-size: 13px; 
    font-family: "Times New Roman", Times, serif;
}

.logo {
    font-family: arial, helvetica, sans-serif;
    font-size: 17px; 
    font-style: italic;
    color: #ffffff;
}

.menu { 
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px; 
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}

.suptitle {
    font-size: 48px;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    color: #333333;
    text-align: left;
}

.title {
    font-size: 24px;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    color: #000000;
    text-align: left;
}

.subtitle {
    font-size: 15px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    color: #999999;
    text-align: left;
}

.description { 
    font-size: 11px; 
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: left;
}

.divider {
    font-size: 12px; 
    font-family: verdana, arial, helvetica, sans-serif;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.code {
    color: #000000;
    background-color: #f0f0f0;
    font-size: 12px;
    font-family: "Courier New", Courier, monospace;
}

input { 
    border: 1 outset rgb(50,50,50); 
    border-color: #000000; 
    font-size: 13px;
}

textarea {
    border: 1 outset rgb(50,50,50); 
    border-color: #000000; 
    font-size: 13px;
    scrollbar-face-color: #c0c0c0; 
    scrollbar-highlight-color: #e0e0e0; 
    scrollbar-shadow-color: #b0b0b0; 
    scrollbar-3dlight-color: #c0c0c0; 
    scrollbar-arrow-color: #ffffff; 
    scrollbar-track-color: #f0f0f0; 
    scrollbar-darkshadow-color: #b0b0b0; 
}

table.tstyle1, table.tstyle1 td {
	border-spacing: 0px 0px;
	border-collapse: collapse;
	border: solid 1px #999999;
	padding: 2px;
}

table.tstyle1 th {
	border-spacing: 0px 0px;
	border-collapse: collapse;
    background-color: #f0f0f0;
	border: solid 1px #999999;
	padding: 2px;
}