/* CSS Document */

/*top banner writing container*/
#topBannerWriting_container
{
background-image:url(../images/enaelp_writing.png);
width:450px;
height:67px;
background-repeat:no-repeat;
}

#logoContainer
{
background-image:url(../images/enaelp_logo.png);
width:309px;
height:67px;
background-repeat:no-repeat;
}

#linesContainer_top
{
background-image:url(../images/orangeGreenLines_top.png);
width:267px; 
height:42px;
background-repeat:no-repeat;
}

#pics_container
{
width:259px;
height:273px;
background-repeat:no-repeat;
}

#lines_repeat
{
background-image:url(../images/smallRedGray.png);
background-repeat:repeat-x;
height:13px;
}
/******************************************************* Global page settings *************************************************************/
/*define global fonts for all page elements*/
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top:0;
}

/*align all tables to top*/
td{vertical-align:top;}

h1{font-size:18px; color:#666666; margin-top:5px; margin-left:10px; margin-bottom:0}
.redHeadingFont
{
font-size:18px; color:#E3171A; margin-top:5px; margin-left:10px; margin-top:0}
p{
text-align:justify; color:#666666; font-size:10px; line-height:15px; margin-left:10px; margin-right:10px;}


a{
color:#666666;
font-size:10px;
text-decoration:none;
}

a:hover
{
color:#E3171A;
font-size:10px;
text-decoration:none;
}

.redLink
{
color:#E3171A;
font-size:10px;
text-decoration:none;
}

.redFont
{
color:#E3171A;
font-size:10px;
}


.text-normal-white{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.td-bg-lightblue{
	background-color:#999999;	
}

.link-middle-darkbule{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #E3171A;
	text-decoration: none;
}
a.link-middle-darkbule:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #E3171A;
	text-decoration: underline;
}

.text-normal-black{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
