.large-font {
	font-size: 16px;
	font-weight: bold;
}
.large-font-headline {
	font-size: 16px;
	font-weight: bold;
	color: #00527D;
}
.large-font-colored {
	font-size: 16px;
	font-weight: bold;
	color: #04A6E6;
}
.medium-font {
	font-size: 14px;
	font-weight: bold;
}
.medium-font-colored {
	font-size: 14px;
	font-weight: bold;
	color: #04A6E6;
}
.colored {
	color: #04A6E6;
}

/* ## */

* {
    font-family: arial;
    font-size: 12px;
	color: #333333;
	-moz-box-sizing: border-box; /* Used to define the width as in IE - width = width + padding + border */
}

ul {
	list-style: url(../../images/global/bulletin.gif);
	padding: 0 20px 0 0;
	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;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
	width: 100%;
}

a {
    text-decoration: underline;
	color: #04A6E6;
}
a:hover {
    text-decoration: none;
}

.title {
	height: 25px;
	max-height: 25px;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
