@font-face {
	font-family: TitilliumText;
	src: url('TitilliumText22L003.otf');
}

@font-face {
	font-family: TitilliumText;
	font-weight: bold;
	src: url('TitilliumText22L005.otf');
}

body {
	font-family:TitilliumText, Arial;
	font-size: 11px;
	color: #272C30;
	background-color: white;
}

.plaintext {
	text-align: justify;
	line-height: 1.5em;
}

.plaintext span {
	font-size: 18px;
	font-weight: bolder;
}

.vertical_menu {
	color: #FFFFFF;
	background-color: #A7D600;
}

.vertical_menu a {
	color: #000000;
	text-decoration: none;
}	 

.vertical_menu li {
	cursor: pointer;
}

.vertical_menu_unselected {
	list-style-type: none;
}

.vertical_menu_selected {
	text-decoration: underline;
	list-style-position: inside;
	list-style-type: disc;
	color:#000000;
}

.separator {
	background-color: #D2D2D2;
}

.vertical_menu_separator {
	list-style-type: none;
	background-color: #FFFFFF;
}

.home {
	background-image: url('/img/home_bg.jpg');
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.home_logo {
	background-image: url('/img/logo.png');
	background-repeat: no-repeat;
}

.home_form {
	line-height: 2em;
}

.home_links a {
	color: #FFFFFF;
	text-decoration: none;
}

.bottom_menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.bottom_menu img {
	border:none;
}

.bottom_menu_separator {
	background-color: #FFFFFF;
}

.red {
	color: #a7d600;
	font-size:10px;
}

.myaddresses td span {
	font-size: 11px;
	font-weight: normal;
}
