html,body {
font-family:Arial, Verdana, Geneva, sans-serif;
font-size:12px;
vertical-align:top;
border-spacing:0;
border-collapse:collapse;
height:100%;
border-style:none;
border-width:0;
margin:0;
padding:0;
background: #FFFFFF;
color:#333;
}

td {
font-family:Arial, Verdana, Geneva, sans-serif;
font-size:12px;
vertical-align:top;
text-align:left;
border-spacing:0;
border-collapse:collapse;
border-style:none;
border-width:0;
margin:0;
padding:0;
color:#333;
}

img {
border-spacing:0;
border-collapse:collapse;
display:block;
border-style:none;
border-width:0;
margin:0;
padding:0;
}

a,a:visited {
text-decoration:none;
color:#FFF;
}

a:focus, a:hover, a:active { outline:none }


a:hover {
text-decoration:underline;
}

.big_n_tall {
width:100%;
height:100%;
vertical-align:top;
border-width:0;
margin:0;
padding:0;
}

.centered_text {
text-align:center;
margin-left:auto;
margin-right:auto;
}

.centered_box{
margin-left:auto;
margin-right:auto;
}

.left_align {
margin-left:0;
margin-right:auto;
text-align:left;
}

.right_align {
margin-left:auto;
margin-right:0;
text-align:right;
}


table,form {
border-spacing:0;
border-collapse:collapse;
border-style:none;
border-width:0;
margin:0;
padding:0;
}

hr {border-style: double none none none; 
border-color: #ccc;
border-width: 4px 0px 0px 0px;
width: 100%;
height: 6px;/*whatever the total width of the border-top and border-bottom equal*/
} 

.hr_dotted {border-style: dashed none none none; 
border-color: #ccc;
border-width: 1px 0px 0px 0px;
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

.bg_dark_blue{
background-color:#003c55;
}
.bg_blue{
background-color:#0073ae;
}
.bg_light_blue{
background-color:#c8e8ff;
}
.bg_white{
background-color:#FFF;
}
.bg_yellow{
background-color:#fffdec;
}
.bg_grey{
background-color:#e5e6e8;
}

.bg_forum_a{
background-color:#bee2fe;
}

.bg_forum_b{
background-color:#FFF;
}

.bg_forum_c{
background-color:#f6f6f6;
}

.text_white{
color:#FFF;
}
.link_white a:link, .link_white a:visited{
color:#FFF;
}
.text_dark_grey{
color:#333;
}
.link_dark_grey a:link, .link_dark_grey a:visited{
color:#333;
}
.text_orange{
color:#e45e04;
}
.link_orange a:link, .link_orange a:visited{
color:#e45e04;
}
.text_blue{
color:#0073ae;
}
.link_blue a:link, .link_blue a:visited {
color:#0073ae;
}
.text_red{
color:#ec4822;
}
.link_red a:link, .link_red a:visited {
color:#ec4822;
}
.text_grey{
color:#666;
}
.link_grey a:link, .link_grey a:visited {
color:#666;
}
.text_yellow{
color:#fd8c02;
}
.text_yellow a:link, .text_yellow a:visited {
color:#fd8c02;
}

.border_grey{
border:#CCC 1px solid;
}

.link_underline a:link, .link_underline a:visited {
text-decoration:underline;
}

