.large-font {
	font-size: 16px;
}
.large-font-colored {
	font-size: 16px;
	color: #B82C30;
}
.large-font-colored1 {
	font-size: 16px;
	color: #4E83AB;
}

.medium-font {
	font-size: 14px;
}
.medium-font-colored {
	font-size: 14px;
	color: #B82C30;
}
.medium-font-colored1 {
	font-size: 14px;
	color: #4E83AB;
}

.colored {
	color: #B82C30;
}
.colored1 {
	color: #4E83AB;
}

.with_underline {
	text-decoration:underline!important;
}
.without_underline {
	text-decoration:none!important;
}

.default {

}

/* ## */

* {
    font-family: arial;
    font-size: 12px;
	color: #333333;
}

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;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
a:hover {
    text-decoration: none;
}

span {
    text-decoration: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit; 	
}


