/* General Page Styles Start */
body,td,th {
	color: #FFE084;
	font-family: Times New Roman, Times, Georgia, serif;
	font-size: 15px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	scrollbar-base-color:#FFE084;
}
a:link { color: #FFCF4D; font-weight: bold; text-decoration: none; }
a:visited { color: #FFCF4D; font-weight: bold; text-decoration: none;  }
a:active { color: #FFCF4D; font-weight: bold; text-decoration: underline; }
a:hover { color: #FFCF4D; font-weight: bold; text-decoration: underline; }

h1 {
	font-family: Times New Roman, Times, Georgia, serif;
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-family: Times New Roman, Times, Georgia, serif;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-family: Times New Roman, Times, Georgia, serif;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-family: Times New Roman, Times, Georgia, serif;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
}

hr {
	border-top: 0px;
	border-bottom: 1px dashed #FFE084;
	height: 1px;
	width: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}
/* General Page Styles End */


/* Form Styles Start */
form {
	margin-top: 0;
	margin-bottom: 0;
	padding: 3px;
}

.input {
	background-color: #000000;
	color: #FFE084;
	font-family: Times New Roman, Times, Georgia, serif;
	font-weight: normal;
	font-size: 12px;
	margin-top: 0px;
	border:1px solid #FFE084;
} 

.textarea {
	background-color: #000000;
	color: #FFE084;
	font-family: Times New Roman, Times, Georgia, serif;
	font-weight: normal;
	font-size: 12px;
	margin-top: 0px;
	border:1px solid #FFE084;
	scrollbar-base-color:#FFE084;
}

input.button {
	background-color: #FFE084;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-width: 1px;
	border-top-color: #FFEFAD;
	border-right-color: #FFC64A;
	border-bottom-color: #FFC64A;
	border-left-color: #FFEFAD;
	cursor: pointer;
	cursor: hand;
}










/* Specific Text styles Start */
.navigation {
	font-family: Times New Roman, Times, Georgia, serif;
	font-size: 16px;
	color: #FFE084;
}
a.navigation:link { color: #FFCF4D; text-decoration: none; }
a.navigation:visited { color: #FFCF4D; text-decoration: none;  }
a.navigation:active { color: #FFCF4D; text-decoration: underline; }
a.navigation:hover { color: #FFCF4D; text-decoration: underline; }


.contact {
	font-family: Times New Roman, Times, Georgia, serif;
	font-size: 11px;
	color: #FFE084;
}
a.contact:link { color: #FFCF4D; text-decoration: none; }
a.contact:visited { color: #FFCF4D; text-decoration: none;  }
a.contact:active { color: #FFCF4D; text-decoration: underline; }
a.contact:hover { color: #FFCF4D; text-decoration: underline; }

.tiny {
	font-family: Times New Roman, Times, Georgia, serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFE084;
}
a.tiny:link { color: #FFCF4D; font-weight: normal; text-decoration: none; }
a.tiny:visited { color: #FFCF4D; font-weight: normal; text-decoration: none;  }
a.tiny:active { color: #FFCF4D; font-weight: normal; text-decoration: underline; }
a.tiny:hover { color: #FFCF4D; font-weight: normal; text-decoration: underline; }

.alert_text {
	font-family: Times New Roman, Times, Georgia, serif;
	font-size:14px;
	font-weight: bold;
	color: #ff2222;
}

/* Specific Text styles End */


/* Table Styles Start */
td.gold_outline {
	padding: 3px;
	border: 1px solid #FFE084;
}

/* Table Styles Start */


img.thumbnail {
	padding: 1px;
	border: 1px solid #FFE084;
}

