/* CSS Document */



body {

	background-color: #011342;

	padding: 0;

	margin: 0 auto;

}

.content_container {

	width: 780px;

	height: 100%;

	border-right: 2px solid #302B54;

	border-left: 2px solid #302B54;

	border-top: 2px solid #302B54;

}

.bg_pattern {

	background: #FFFFCC url(images/bg_res.jpg) repeat;

}

.res_text {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	text-decoration: none;

	font-weight: bold;

}

.footertext {

	color: #7A96BC;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	text-decoration:none;

}

.heading {

	font-family: Arial, Helvetica, sans-serif;

	color: #000000;

	font-size: 20px;

}

.content_text {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #000000;

	text-decoration: none;

}

.backlinks {

	color: #6D007D;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	text-decoration:none;

	font-weight: bold;

}



.neiTypePhotoOuter {

    position: relative;

    width: 160px;

    height: 160px;

    border: 2px solid #000;

    background-color: #fff;

}



.neiTypePhotoInner {

    position: relative;
/*
    width: 140px;

    height: 140px;

    margin: 8px;

    border: 2px solid #000;
*/
    background-color: #fff;

    text-align: center;

}

.neiTypePhotoInner img {
	
    width: 140px;

    height: 140px;

    margin: 8px;

    border: 2px solid #000;
		
}
