/* Colors
Blue:   #2E3973
Yellow: #E3DE59
Green:  #A3BF4C
Orange: #FF8D38
Red:    #DE281E
*/


/* Heading Style */
h1, h2, h3, h4, h5, h6, p {
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 0 15px #000000;
}

h1, h2, h3, h4, h5, h6 {
	padding: 15px;
}


/* Text Style */
.txt-center {
	text-align: center;
}
.txt-notification {
	color: #001A00;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}
.txt-error {
	color: #FF0000;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}

/* Table Style */
.tbl-content {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0px auto;
}
.tbl-content td{
	padding: 15px;
	vertical-align: middle;
	text-align: left;
}


/* Link Style */
a {
	color: #FFFFFF;
	font-size: 16px;
}

a:hover, a:active {
	color: #E3DE59;
}
