/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 0em;
}

/* FORM ELEMENTS */
input {
	border: 1px black solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	border: 1px black solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.button{
	border: 1px black solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*width: 100px; too small for some translations*/
}



/* NAVIGATION */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: underline
}
a:active {
	color: #000000;
}

/* MENU */

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.menu:link {
	color: #FFFFFF;
}
a.menu:visited {
	color: #FFFFFF;
}
a.menu:hover {
	color: #FFCC33;
}
a.menu:active {
	color: #FFFFFF;
}

/* FOOTER */
a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.footer:link {
	color: #000000;
}
a.footer:visited {
	color: #000000;
}
a.footer:hover {
	color: #7F266B;
}
a.footer:active {
	color: #000000;
}

/* Layout */

td.mainLayout {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
td.menuLayout{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
}
td.bottomBorder{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	
}

img.border {
	border: 1px solid #666666;
	height: 100px;
	width: 111px;	
}

/* MENU */

td.menu {
	padding-right: 10px;
	background-color: #7F266B;
	text-align: center;
	
}

/* TEXT */

td.tableLabel {
	font-size: 14;
	color: #FFFFFF;
}

.attribution {
	font-style: italic;
}
