.large-font {
	font-size: 14px;
	font-weight: bold;
}
.large-font-colored {
	font-size: 14px;
	font-weight: bold;
	color: #04A6E6;
}
.large-font-white {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.medium-font {
	font-size: 12px;
	font-weight: bold;
}
.medium-font-colored {
	font-size: 12px;
	font-weight: bold;
	color: #04A6E6;
}
.medium-font-white {
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.colored {
	color: #04A6E6;
}
.white {
	color: white;
}
.red {
	color: red;
}

.large-times {
	font-size: 20px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.large-times-white {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
.large-times-colored {
	font-size: 20px;
	font-weight: bold;
	color: #04A6E6;
	font-family: "Times New Roman", Times, serif;
}
.medium-times {
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.medium-times-white {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
.medium-times-colored {
	font-size: 14px;
	font-weight: bold;
	color: #04A6E6;
	font-family: "Times New Roman", Times, serif;
}
.times-white {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif
}

.times-colored {
	color: #04A6E6;
	font-family: "Times New Roman", Times, serif
}


* {
    font-family: arial;
    font-size: 12px;
	color: #333333;
}

ul {
	list-style: url(../../images/global/bulletin.gif);
	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;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

