@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #404040;
}
.margine-table-body {
	padding-right: 20px;
	padding-left: 20px;
}

.margine-top-bottom-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.margine-top-20 {
	margin-top: 20px;
}

.margine-top-10 {
	margin-top: 10px;
}

.margine-top-5 {
	margin-top: 5px;
}

.margine-top-0 {
	margin-top: 0px;
	padding-top: 0px;
}
.margine-bottom-20 {
	margin-bottom: 40px;
}

.margine-bottom-10 {
	margin-bottom: 10px;
}

.margine-bottom_5 {
	margin-bottom: 5px;
}

.margine-bottom-0 {
	margin-bottom: 0px;
}

p {

}
ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 18%;
}
li {
	margin-top: 0px;
	padding-top: 0px;
}


a.standard-links {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.standard-links:visited {
	color: #000000;
	text-decoration: underline;
}
a.standard-links:hover {
	color: #000000;
	text-decoration: none;
	background-color: #E8E8E8;
} 

a.bottom-links {color: #1F2181; text-decoration: underline;}
a.bottom-links:visited {color: #1F2181; text-decoration: none;}
a.bottom-links:hover {color: #E9213B; text-decoration: none; background-color: #E3EEFE;} 

.lft-column {
	width: 24px;
	background-image: url(../assets/left.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.right-colmn {
	width: 24px;
	background-image: url(../assets/right.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}



.shadow-left{
	width: 40px;
	background-image: url(../assets/shadow-left-jpg.jpg);
	background-repeat: repeat-y;
	background-color: #404040;
	height: 0px;
}

.shadow-right {
	width: 40px;
	background-image: url(../assets/shadow-right.gif);
	background-repeat: repeat-y;
	background-color: #404040;
	height: 0px;
}

.bottom-links-table {
	height: 147px;
	margin-top: 10px;
	background-color: #2D2D2D;
}
.navheight {
	height: 45px;
}
h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: .8em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	margin-left: 20px;
}
.body-text-size {
	padding: 15px;
}
.bottom-table {
	font-size: 0.9em;
	color: #818181;
}

.bottom-links-span {
	margin-right: 6px;
	margin-left: 6px;
}



a.bototmlinks {
	color: #ACACAC;
	text-decoration: underline;
	padding-right: 10px;
	padding-left: 10px;
}
a.bototmlinks:visited {
	color: #707070;
	text-decoration: underline;
}
a.bototmlinks:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #666666;
} 
.imag-leftpush-20 {
	margin-left: 20px;
}
.small-text {
	font-size: .7em;
}
.bfclink {
	color: #626262;
	padding-top: 5px;
	display: block;
}
.img-border {
	border: 3px solid #CFCFCF;
}
