/* Presentation Stylesheet */
a {
	color: #666666;
	font-weight:bold;
}

a:hover {
	color: #ED1C24;
}

h1 {
	color:#ED1C24;
	font-size: medium;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: large;
	margin:0;
}

h2 {
	margin:0px;
	background-color: #ED1C24;
	color: #FFFFFF;
	padding-left:5px;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	display: block;
}

h3 {
	color:#666666;
	font-size: medium;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: large;
	margin:0;
}

h4 {
	color:#666666;
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
	margin:0;
}

h5 {
	color:#ED1C24;
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
	margin:0;
}

.redLink a:hover, .redLink a {
	color: #666666;
}

.errorTextWithImage {
	background-image:url(../images/error.gif);
	color:#ED1C24;
	font-weight:bold;
	font-size:85%;
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 16px;
}

.redText {
	color:#ED1C24;
}

.redTextBold {
	color:#ED1C24;
	font-weight:bold;
}

.redButton {
	background-color:#ED1C24;
	color: #FFFFFF;
	font-size: x-small;
	font-weight:bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}
.redButton_content {
	background-color:#ED1C24;
	color: #FFFFFF;
	font-weight:bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration:none;
	padding:3px;
}
.redButton_content:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.greyButton_content {
	background-color:#666666;
	color: #FFFFFF;
	font-weight:bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration:none;
	padding:3px;
	margin: 0px 0px 3px 0px;
}
.greyButton_content:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.searchInput {
	font-size:xx-small;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 5px;
	margin-left: 5px;
}
.helpButton {
	vertical-align:text-top;
	border:none;
}

.alignRight {
  text-align:right;
}

.alignLeft {
  text-align:left;
}

.alignCenter {
  text-align:center;
}

.strongText {
	font-weight:bold;
}

.smallText {
   font-size:75%;
}
