body {
    color: #333333;   
    font-size : 12px;   
    font-family : Verdana, Arial, Helvetica, sans-serif;   
    font-weight: normal;   
    margin-left: 20px;   
    margin-top: 20px;   
    margin-right: 20px;   
    margin-bottom: 20px;   
    border:none;   
    scrollbar-face-color: #49C9FA;   
    scrollbar-arrow-color: #ffff00;   
    scrollbar-track-color: #49C9FA;   
    scrollbar-shadow-color:  '';   
    scrollbar-highlight-color:  '';   
    scrollbar-3dlight-color: #ffff00;   
    scrollbar-darkshadow-Color: '';   
    background-image: '';   
    background-attachment: fixed;   
    background-repeat: repeat;   
    background-color: #49C9FA;
}
div.left {
	float: left;
	width: 150px;
	border-right-width: 0px;
	border-right-color: #5a0502;
	border-right-style: solid;
}

div.right {
	float: left;
	width: 600px;
	border-right-width: 0px;
	border-right-color: #5a0502;
	border-right-style: solid;
}

div.admin_menu {
	float: left;
	width: 150px;
	border-right-width: 0px;
	border-right-color: #5a0502;
	border-right-style: solid;
}

div.admin_tool {
	float: left;
	width: 600px;
	border-right-width: 0px;
	border-right-color: #5a0502;
	border-right-style: solid;
	padding-left: 10px;
}

div.register {
	float: left;
	width: 600px;
	border-width: 1px;
	border-color: #5a0502;
	border-style: solid;
	margin: 50px;
}

div.left {
	float: left;
	width: 150px;
}

div.select1 {
	float: left;
	width: 150px;
	background-color: #ff0000;
}
div.select2 {
	float: left;
	width: 150px;
	background-color: #00ff00;
}
div.select3 {
	float: left;
	width: 150px;
	background-color: #0000ff;
}
div.search {
	float: left;
	width: 150px;
	background-color: #0000ff;
}

div.admin_copyright {
	float: left;
	width: 600px;
	text-align: center;
}

img.icon {
	border-width: 0px;
}

th {
	background-color: #FD964A;
	color: #ffffff;
	text-align: left;
	height: 20px;
}

td.r0 {
	background-color: #fffec8;
}

td.r1 {
	background-color: #fff6b9;
}

A { 
	color : #000000;
	font-size : 13px; 
	font-family : "Verdana", Times, serif; 
	font-weight : normal;
	text-decoration : underline;
} 
A:Visited { 
	color : #000000; 
	font-size : 13px; 
	font-family : "Verdana", Times, serif; 
	font-weight : normal;
	text-decoration : underline;
} 
A:Active {
	color : #000000;
	font-size : 13px;
	font-family : "Verdana", Times, serif;
	font-weight : normal;
	text-decoration : underline;
}
A:Hover {
	color : #ad3208;
	font-size : 13px;
	font-family : "Verdana", Times, serif;
	font-weight : normal;
	text-decoration : underline;
}
a:link img.gal,
a:visited img.gal {
	border-color : #ffffff; 
	border-width: 2px;
	border-style: solid;
}
a:hover img.gal,
a:active img.gal {
	border-color : #ffff00; 
	border-width: 2px;
	border-style: solid;
} 

