.Xlarge-font {
	font-size: 20px;
	line-height: 24px;
}
.Xlarge-font-dark-blue {
	font-size: 20px;
	color: #004960;
	line-height: 24px;
}
.Xlarge-font-colored {
	font-size: 20px;
	color: #00aeef;
	line-height: 24px;
}
.large-font {
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
}
.large-font-dark-blue {
	font-size: 18px;
	color: #004960;
	line-height: 21px;
	font-weight: normal;
}
.large-font-colored {
	font-size: 18px;
	color: #00aeef;
	line-height: 21px;
	font-weight: normal;
}
.medium-font {
	font-size: 16px;
	line-height: 19px;
}
.medium-font-dark-blue {
	font-size: 16px;	
	color: #004960;
	line-height: 19px;
}
.medium-font-colored {
	font-size: 16px;	
	color: #00aeef;
	line-height: 19px;
}
.Grey {
	color: #999999;
}.Dark_Blue {
	color: #004960;
}
.colored {
	color: #00aeef;
}
.default {

}

* {
    font-family: verdana;
    font-size: 12px;
}

ol {
	padding: 0;
	margin: 5px 0 5px 20px; /* for Moz */
	_margin: 5px 0 5px 30px; /* for IE */
}
ul {
	list-style: url(../../images/global/icon__readmore.png);
	padding: 0 0 0 20px;
	margin: 0;
}
li {
	margin: 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
}

td {
    vertical-align: top;
	margin: 0;
	padding: 0;
}

div,p,h1,h2,h3 {
	margin: 0;
	padding: 0;
}
span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: underline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
a:hover {
    text-decoration: none;
}
