﻿/* CSS Document */
body{
background-color: #111;
color: #111;
font-family: myriad, arial;
font-size: 11px;
}

a:link, a:visited, a:active {
color: #660000;
text-decoration: none;
}

td.content a:link, td.content a:visited {text-decoration: underline;}
td.content a:hover {text-decoration: none;}

a:hover{
text-decoration: underline;
}

img{
border: 0px;
}

.content{
background-color: #fff;
height: 270px;
padding: 10px;
padding-right: 30px;
text-align: justify;
}

.leftbar{
background-image: URL(images/leftbarbg.jpg);
color: #cc9966;
font-size: 8pt;
padding: 10px;
text-align: center;
}

.leftbar a{
color: #cc9966;
}

.leftaddress
{
	text-align: center; /*left;*/
	color: white;
	font-family: "Times New Roman", Times, serif;
}

.luriadigital{
font-size: 10px;
padding-top: 4px;
text-align: right;
}

.luriadigital a{
color: #cc9966;
}

.navigation{
background-image: URL(images/navbg.jpg);
text-align: center;
}

.navigation a{
color: #cccc99;
display: block;
font-size: 8pt;
padding: 4px;
font-weight: bold;
}

.navhighlight
{
    color: #ddd;
    display: block;
    font-size: 8pt;
    padding: 5px;
    font-weight: bold;
}

.title{
background-image: URL(images/headerbg.jpg);
color: #ddd;
padding: 10px;
font-size: 17px;
text-align: right;
width: 570px;
}

#secure{
color: #cccc99;
font-weight: bold;
}

.image
{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.Announcement
{
    border: 1px black solid; 
    padding: 3px; 
    background-color:#cc9966; 
    color: #000;
}