body {
 font-family: Arial, Tahoma, Helvetica, sans-serif;
 }
 
.text {
 font-family: Arial, Tahoma, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: normal;
 color: #FFF;
}
a {text-decoration:none; color:#ffffff;}
a:hover { color:#ffff00;}
.text a {color: #FFF;}
.text a:hover{color: yellow;}

.text_title {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.text_title a{text-decoration:none; color: #FFF;}
.text_title a:hover{text-decoration:underline; color: yellow;}

table.table_border {border-collapse: collapse;}
table.table_border th, table.table_border thead{
 border: 1px solid #FFF;
 padding: 3px;
 border-spacing: 0px;
 font-family: Arial, Tahoma, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #FFF;
 vertical-align:middle;
 background-color:#032241;
}
table.table_border td {
 border: 1px solid #FFF;
 padding: 3px;
 border-spacing: 0px;
 font-family: Arial, Tahoma, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 color: #FFF;
 vertical-align:top;
}

table.table_clear {border-collapse: collapse;}
table.table_clear th, table.table_clear thead{
 border: 1px solid #FFF;
 padding: 3px;
 border-spacing: 0px;
 font-family: Arial, Tahoma, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #FFF;
 vertical-align:middle;
 background-color:#032241;
}
table.table_clear td { 
 border: 0px;
 padding: 3px;
 border-spacing: 0px;
 font-family: Arial, Tahoma, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 color: #FFF;
 vertical-align:top;
}

.text-light {
 font-family: Arial, Tahoma, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #FFF;
}
.text-light a{color: #FFF;text-decoration:none;}
.small_text{
 font-family: Arial, Tahoma, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;
 color: #FFF;
}
