.button {
	border: 2px outset;
	background: #D4D0C8;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none !important;
	font-size: 14px !important;
	font-weight: bold !important;
}
.large-font {
	font-size: 16px;
}
.large-font-colored {
	font-size: 16px;
	color: #CA0C2E;
}
.large-font-colored2 {
	font-size: 16px;
	color: #2F2C77;
}
.medium-font {
	font-size: 14px;
}
.medium-font-white {
	font-size: 14px;
	color: white;
	font-weight:bold;
	text-decoration:none;
}
.large-font-white {
	font-size: 16px;
	color: white;
	font-weight:bold;
	text-decoration:none;
}
.medium-font-colored {
	font-size: 14px;
	color: #CA0C2E;
}
.medium-font-colored2 {
	font-size: 14px;
	color: #2F2C77;
}
.no-underline {
	text-decoration: none;
}
.colored {
	color: #CA0C2E;
}
.colored2 {
	color: #2F2C77;
}
.default {

}

* {
    font-family: arial;
    font-size: 11px;
}

ul {
	list-style: url(../../images/global/bulletin.gif);
	padding: 0 20px 0 0;
	margin: 0;
	direction: rtl;
}
li {
	margin: 0;
	padding: 0;
}
ol {
	direction: rtl;
	padding: 0 20px 0 0;
	_padding: 0 27px 0 0;
	margin: 0;
}

table {
	margin: 0;
	padding: 0;
}

td {
    vertical-align: top;
	margin: 0;
	padding: 0;
}

div,p,h1,h2,h3 {
	margin: 0;
	padding: 0;
}
h2 {
	height: 25px;
	max-height: 25px;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;

	background-image: url(/images/global/doc_title_background.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}
}
h3 {
	font-size: 14px;
	color: black;
}
span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: underline;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
a:hover {
    text-decoration: none;
}

