/* CSS Document */

body {
	font-family:Tahoma,Arial;
	font-size:12px;

}

 a{
        color:#006699;
        text-decoration: none;
    }
    a:active
    {
        color: #006699;
        text-decoration: none;
    }
    a:visited
    {
       color: #006699;
        text-decoration: none;
    }        

    a:hover
    {
        color:#000000;
text-decoration: underline;
    }
	
	input,textarea{
	border:1px solid #006699;
	}
	
	/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.PSoption{
	font-weight: bold;
	color: #333333;
	width: auto;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.small{
	font-size: 9px;
}
.title{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	border: 1px solid #006699;
	padding: 2px;
	width: auto;
}

.button
{
	border:1px solid black;
	padding:5px;
	width:150px;
	background-color:#FFFFFF
	font-size:14px;

}
