
.articletitle {
	color: #015198;
	font-size: 16px;
	font-weight: bold;
}

.articleteaser {
 	font-family: arial, trebuchet ms, arial, verdana, helvetica, sans-serif;
 	font-size: 12px; 	
 	color: #333333;
 	font-weight: normal;
}

h1 {
	color: #EE7F00;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #015198;
	font-size: 16px;
	font-weight: bold;
}

a {
	color: #EE7F00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

body , td{
 	font-family: arial, trebuchet ms, arial, verdana, helvetica, sans-serif;
 	font-size: 12px;
}

.white {
 	color: white;
}

.grey {
 	color: #999999;
}

.hsmall {
 	font-size: 11px;
}

.xbutton
{
    color: white;
    border: 1px solid #999999;
    text-decoration: none;
    background: #15407B;
}

.button
{
    color: white;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    background: #FB921B;
    padding: 8px 15px;
    font-size: 120%; 
}

.actbutton
{
    color: #FB921B;
    border: 0px solid #FB921B;
    text-decoration: none;
    background: white;
    padding: 8px 15px 16px 8px;
    font-size: 120%; 
    
}

.smallbutton
{
    color: white;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    background: #FB921B;
    padding: 2px 15px;
    font-size: 75%; 
}