*, body * {
	margin: 0;
	padding: 0;
}

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	font-weight: normal;
	color : #494949;
	background-color: #164972;
	}

td	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	color : #515151;
	line-height: 16px;
}

p	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	color : #515151;
	margin: 0;
}

ul	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	margin-left: 17px;
	margin-top: 0x;
	margin-bottom: 0px;
	list-style-type: disc;
	list-style-position: outside;
	vertical-align: middle;
	color : #515151;
}

ol	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: outside;
	vertical-align: middle;
	color : #515151;
}

blockquote {
    margin-left: 15px;
}

a:link 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	font-weight: normal;
	color: #4388BD;
}

a:active
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	font-weight: normal;
	color: #4388BD;
}

a:visited
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	font-weight: normal;
	color: #4388BD;
}

a:hover
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: underline;
	font-weight: normal;
	color: #4388BD;
}

a.header:link 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	font-weight: normal;
	color: #494949;
}

a.header:active 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	color: #494949;
	font-weight: normal;
}

a.header:visited 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	color: #494949;
	font-weight: normal;
}

a.header:hover 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: underline;
	color: #494949;
	font-weight: normal;
}

h1	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :20px;
	font-weight: bold;
	color : #FCB200;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

h2	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :16px;
	font-weight: bold;
	color : #FCB200;
	margin-bottom: 9px;
	margin-top: 0px;
}

h3	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :13px;
	font-weight: bold;
	color: #4288BD;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;

}

.content {
	background-color: #fff;
	border-left: none;
	vertical-align:top;
	width: 100%;
	float: left;
	margin-left: -100px;
}

.path {
	display: none;
}
.footer, #footer {
	display: none;
}
input,.input
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #515151;
	vertical-align: middle;
}

textarea	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #515151;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

select	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #515151;
	font-size : 11px;
	BACKGROUND-COLOR: #FFF;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
	border-right: #CCCCCC;
	border-top: #CCCCCC;
	border: solid 1px #BFBFBF;
	vertical-align: middle;
}

textarea.error
		{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #515151;
    background-color: #FFFFFF;
    border-bottom: 1px solid #FCB200;
    border-left: 1px solid #FCB200;
    border-right: 1px solid #FCB200;
    border-top: 1px solid #FCB200;
}

input.error
			{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #515151;
    background-color: #FFFFFF;
    border-bottom: 1px solid #FCB200;
    border-left: 1px solid #FCB200;
    border-right: 1px solid #FCB200;
    border-top: 1px solid #FCB200;
}

.success
			{
    font-weight: bold;
	color: #3F4B51;
}

.error
			{
    font-weight: bold;
	color: #FCB200;
}

.image
	{
	border: 2px solid #FFFFFF;
	vertical-align: top;
}

#popup {
    background: #2879B1;
}

#panel_login {
	display: none;
}
.zoom img {
    border: 3px solid #D6DBDF;
}

.zoom:hover img {
    border: 3px solid #008FE6;
}

hr {
	height: 0; border: 0;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 9px;
	margin-bottom: 9px;
}

.hide {
    display: none;
}


.row {
	font-family : Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C5C5;
}

.searchButton {
	background: transparent url('../images/go.gif') no-repeat;
	width: 27px;
	height: 17px;
	border: 0;
	cursor: pointer;
}

#tableLeft, #top, #header, #flashMenu {
    display: none;
    width: 0;
}