body {
	margin: 0px;
	background-color: white;
}

body, td, p, input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

a {
	color: #4B0082;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #D7A1FF;
	font-weight: bold;
	text-decoration: none;
}

.purple {
	background-color: #4B0082;
	color: white;
}

.green {
	background-color: #20B2AA;
	color: white;
	font-size: 10px;
	text-align: center;
}

.grey {
	background-color: #C7C7C7;
	color: #666666;
}

.copyright {
	background-color: #C7C7C7;
	background-image: url(images/bg_copyright.gif);
	color: #666666;
	width: 243px;
	height: 35px;
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: center;
}

.txt_grey {
	background-image: url(images/bg_txt_grey.gif);
	background-repeat: repeat-x;
	padding: 15px;
}

.txt_green {
	background-image: url(images/bg_txt_green.gif);
	background-repeat: repeat-x;
	padding: 15px;
}

td.topLine {
	height:16px;
	background-image: url(images/bg_line_top.gif);
	background-repeat: repeat-x;
}

td.bottomLine {
	height:3px;
	background-image: url(images/bg_line_bottom.gif);
	background-repeat: repeat-x;
}

td.leftLine {
	width:5px;
	background-image: url(images/bg_line_left.gif);
	background-repeat: repeat-y;
}

td.rightLine {
	width:3px;
	background-image: url(images/bg_line_right.gif);
	background-repeat: repeat-y;
}

td.phone {
	width:243px;
	height: 199px;
	background-color: #E0E0E0;
	background-image: url(images/phone.gif);
	background-repeat: no-repeat;
	padding: 0px;
}

td.menu {
	width:243px;
	height: 199px;
	background-color: #20B2AA;
	background-image: url(images/bg_menu.gif);
	background-repeat: no-repeat;
}

a.menu {
	color: white;
}

a.menu:hover {
	color: #68DFD8;
}

p {
	text-align: justify;
	line-height: 15px;
}

hr {
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.outside {
	font-size: 10px;
	color: #888888;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
}

a.outside {
	color: #D7A1FF;
}