/* CSS Document */

body {
	background-color: #ffffff;
	color: #6A6A6A;
	line-height: 20px;
	font-family: "Verdana, Geneva, Arial, sans-serif";
	font-size: 12px;
}

a {
	color: #6A6A6A;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 12px;
	padding: 0px;
	line-height: 20px;
	text-decoration: underline;
}

a:hover {
	color: #6A6A6A;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 12px;
	padding: 0px;
	line-height: 20px;
	text-decoration: none;
}

.panelWhite {
	background-color: #fdfdfd;
	color: #6A6A6A;
	line-height: 20px;
	font-family: "Verdana, Geneva, Arial, sans-serif";
	font-size: 12px;
}

.panelGrey {
	background-color: #F7F7F7;
	color: #6A6A6A;
	line-height: 20px;
	font-family: "Verdana, Geneva, Arial, sans-serif";
	font-size: 12px;
}


a.panelWhite {
	color: #6A6A6A;
	line-height: 20px;
	font-family: "Verdana, Geneva, Arial, sans-serif";
	font-size: 12px;
	text-decoration: underline;
}

a.panelWhite:hover {
	color: #6A6A6A;
	line-height: 20px;
	font-family: "Verdana, Geneva, Arial, sans-serif";
	font-size: 12px;
	text-decoration: none;
}


.textGreen {
	color: #009383;
	line-height: 20px;
	font-family: "Verdana, Geneva, Arial, sans-serif";
	font-size: 12px;
	text-decoration: none;
}

a.textGreen {
	color: #009383;
	line-height: 20px;
	font-family: "Verdana, Geneva, Arial, sans-serif";
	font-size: 12px;
	text-decoration: underline;
}

a.textGreen:hover {
	color: #009383;
	line-height: 20px;
	font-family: "Verdana, Geneva, Arial, sans-serif";
	font-size: 12px;
	text-decoration: none;
}

.borderLeftTop {
	background-repeat: no-repeat;
	background-image: url(images/border_left_top.gif);
	background-color: #fdfdfd;
}

.borderRightTop {
	background-repeat: no-repeat;
	background-image: url(images/border_right_top.gif);
	background-color: #fdfdfd;
}

.borderRightBottom {
	background-repeat: no-repeat;
	background-image: url(images/border_right_bottom.gif);
	background-color: #fdfdfd;
}

.borderLeftBottom {
	background-repeat: no-repeat;
	background-image: url(images/border_left_bottom.gif);
	background-color: #fdfdfd;
}

.borderTop {
	background-repeat: repeat-x;
	background-image: url(images/border_top.gif);
	background-color: #fdfdfd;
}

.borderBottom {
	background-repeat: repeat-x;
	background-image: url(images/border_bottom.gif);
	background-color: #fdfdfd;
}

.borderLeft {
	background-repeat: repeat-y;
	background-image: url(images/border_left.gif);
	background-color: #fdfdfd;
}

.borderRight {
	background-repeat: repeat-y;
	background-image: url(images/border_right.gif);
	background-color: #fdfdfd;
}