BODY {
	margin: 10px;
	padding: 0;
	background-color: #fff;
	background-image: url("../images/puot_back.jpg");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat-x;
}

BODY, TD, TH, INPUT, SELECT {
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #444444;
	
}

A {
	text-decoration: 	none;
	outline: 		none;
	font-weight:		normal;
	color: #ff0000;
	
}

A:hover {
	text-decoration: none;
	color: #333;
}

.smlink, .smlink a:link, .smlink a:active, .smlink a:visited, .smlink a:hover{ 
 font-size:		10px; 
 font-weight:		bold;
}


.smlink a:link, .smlink a:visited {
	color: 		#493a30;
}

.smlink a:active, .smlink a:hover {
	color:		#333;
	font-weight: 	bold;
}

.speclink a:link, .speclink a:visited {
	font-size: 14px;
	color: 		#ff9000;
	font-weight:	bold;
}

.speclink a:active, .speclink a:hover {
	color:		#ff0000;
}

.menulink a:link, .menulink a:visited {
	font-size: 14px;
	font-weight: bold;
	color: 		#ff0000;
}

.menulink a:active, .menulink a:hover {
	font-weight: bold;
	color:		#333;
}



H1, H2, H3, H4 {
	margin: 0 0;
}

H1 { font-size: 18px; }
H2 { font-size: 14px; }
H3 { font-size: 14px; }
H4 { font-size: 11px; }

H2 {
	padding: 2px 5px;
	border-bottom: 1px dotted;
	border-color: #404040;
	color: #686868;
}


.logo {
	font-size: 20px;
	padding: 0px 0px 0px 10px;
}


.sm {
	font-size: 10px;
}

.bigtitle {
	font-size: 		16px;
	font-weight:		bold;

}

.footer {
	font-size: 10px;
	color:	#333333;
}

.desc {
	font-size: 11px;
	color:	#555555;
}

.darkRed {
	color:	#be0000;
	font-weight: bold;
}

.coma {
	font-size: 11px;
	color:	#999999;
}


.imgborder {
	padding:0px;
	border:1px solid #191919;
}


.tableborder {
	padding:10px;
	border:1px solid #ccc;
	background: #ffffff;
}

.tdleft {
	border-right:1px solid #bbb;
	padding-right: 15px;
}

.tdright {
	border-left:1px solid #bbb;
	padding-left: 15px;
	
}

.tdcenter {
	text-align: justify;
	padding: 0 20px;
}



.box {
	font-family:		'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size:		12px;
	color:			#333333;
	padding:		3px 10px;
	background-color:	#fefefe;
	border-top:		#222222 1px solid;
	border-left:		#222222 1px solid;
	border-right:		#333333 1px solid;
	border-bottom:		#444444 1px solid;
}

.button {
	font-family:		'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size:		12px;
	color:			#333333;
	padding:		2px 8px;
	background-color:	#fefefe;
	border-top:		#222222 1px solid;
	border-left:		#222222 1px solid;
	border-right:		#333333 1px solid;
	border-bottom:		#444444 1px solid;
}

.frameleft {
	width:		10px;
	height:		auto;
	vertical-align: top;	
	border:		0px;
	background-image:	url("../images/frame_left.png");
	background-repeat: repeat-y;
}

.frameright {
	width:		10px;
	height:		auto;
	vertical-align: top;	
	border:		0px;
	background-image:	url("../images/frame_right.png");
	background-repeat: repeat-y;
}
