/* Standard styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	background : url('../images/back.gif');
	margin: 0px;
}

tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

A {
	color: #31316B;
} 

A:visited {
	color: #31316B;
}
 
A:active {
	color: #8484BD;
} 

A:hover {
	color: #8484BD;
	text-decoration: none;
} 

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
 	font-weight: bold;
	font-style: italic;
	color: #9C0000;
}

hr {
	margin-top: 0px;
	margin-bottom: 0px;
}

fieldset {
	padding : 0px 15px 0px 15px;
}

legend {
	font-weight : bold;
}

/* Color styles */
.headerTitleColor {
  color: #FFFFFF;
}

.accentColorDark {
  background-color: #4e4f97;
}

.accentColorMedium {
  background-color: #DDDDDD;
}

.accentColorLight {
  background-color: #EEEEEE;
}

/* Custom styles */
.subtitle {
 	font-weight: bold;
	font-style: italic;
	color: #9C0000;
}

.button {
	width : 75px;
	font-size : 10px;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	height : 23px;
}

.code {
	font-family : "Courier New", Courier, monospace;
}

#content {
	padding: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #FFFFFF;
	width: 100%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #003300;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
}
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0000FF;
	background-color: #FFFFFF;


}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

a.menu {
	color: #000040;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}
a.menu:link {
	color: #000040;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}

a.menu:visited {
	color: #000040;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.menu:active {
        color: #000040;
        font-size: 9pt;
        font-weight: bold;
        text-decoration: none;
}

a.menu:hover {
	color: #FF6600;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

td.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #003300;
}
td.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
}

td.menu_on {
	color: #FF6600;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.stamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

