﻿
body
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: "Trebuchet MS",Arial sans-serif;
}
.bodylogin
{
	background-image: url(    '../../images/bg.gif' );
	background-repeat: repeat;
	color: #666;
	font-size: 11px;
	font-family:"Trebuchet MS",Arial sans-serif;
}
.bodymaster
{
	background-image: url(    '../../images/bg.gif' );
	background-repeat: repeat;
	color: #333;
}

.txt
{
	font-family: Sans-Serif;
	font-size: 12px;
	border: solid 1px #666;
}
a
{
	color: #fff;
	text-decoration: none;
}
a:hover
{
	color: #fff;
	text-decoration: none;
}
.dugme
{
	height: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../../images/btn.jpg) repeat-x;
	border: 1px solid #000;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
}
.dugme:hover
{
	height: 18px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #666;
	background: #666;
	border: 1px solid #000;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
}

#anadiv
{
	padding: 10px;
	background-color: #ccc;
	border: 7px solid #fff;
	width: 690px;
	float: left;
	height: 500px;
	z-index:-1;
}
#menu
{
	background-color: #ccc;
	width: 145px;
	height: 200px;
	float: right;
	border: 7px solid #fff;
	padding-left: 5px;
	padding-right: 6px;
	padding-top: 10px;
}
.sub
{
	border-bottom: 1px #999 Dashed;
	font-weight: bold;
	color: #2D4F5B;
	height: 20px;
	font-family: "Trebuchet MS",Arial sans-serif;
	font-size: 12px;
}
.sub:hover
{
	border-bottom: 1px #999 solid;
	font-weight: bold;
	background-color: White;
	color: #666;
	height: 20px;
	font-family: "Trebuchet MS",Arial sans-serif;
	font-size: 12px;
	cursor: pointer;
}
.sec
{
	border: solid 1px #ccc;
	background-color: Green;
	color: White;
	font-weight: bold;
}

