A {
	color: #000080;
}

A:Hover {
	color: #Ff0000;
}

A.White {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

A.White:Hover {
	color: #FFFFFF;
}


body {
	margin: 0px;
	font-family: verdana;
	background: url('graph/tlo.jpg'); 
	font-size: 11px;
}

.Header {
	font-weight: bold;
	font-size: 14px;
	color: #000080;
	background: #EFEDED;
}

.LinkFile {
	background: #EFEDED;
	border: solid;
	border-width: 1px;
	text-decoration: none;	
}

.LinkFile:Hover {
	border-color: white;
}

.MainTable {
	border: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	margin: 0px;
	border-left-width: 0px;

	
}

.MainPage {
	width: 100%;
}

.CommentDiv {
	border: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #808080;
	width: 100%;
}
.TableMenu {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

.TableMenuLink {
	color: white;
	text-decoration: none;
}

.TableMenuLink:Hover {
	color: blue;
}

.TableMenuLeft {
	font-size: 11px;
	color: black;
	text-align:left;
	font-family: verdana;
	border: solid;
	border-width: 0px;
	border-color: #C0C0C0;
	text-align: left;
	width: 100%;
	
}

.TableMenuLeftHeader {
	background: #C0C0C0;
	text-align: center;
	
}


.TableMenuLeftLink {
	color: #000080;
	text-decoration: none;
	font-size: 11px;
}

.TableMenuLeftLink:Hover {
	color: #FF0000;
}

.FootTable {
	color: #000000;
	font-sizE: 11px;
}

.FootTableLink {
	color: #505050;
	text-decoration: none;
	font-size: 11px;
}

.FootTableLink:Hover {
	color: #505050;
	text-decoration: underline;
}

.BodyTable {
	color: black;
	font-size: 11px;
	margin: 0px;
}

.DataTable {
	color: #000000;
	font-size: 11px;
	width: 95%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	text-align: left;
}

.DataHeader {
	font-weight: bold;
	font-size: 14px;
	border: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #C0C0C0;
  
 }

.DataHeaderSmall {
	color: #808080;
	font-size: 10px;

}

.DataText {
	color: black;
	font-size: 11px;
}

.NewsFootText {
	text-align: left;
	color: #606060;
	text-align: left;

}

.NewsFootLink {
	color: #000080;
	text-decoration: none;
	font-weight: normal;
}

.NewsFootLink:Hover {
	color: #000080;
	text-decoration: underline;
}

.PhotoMin {
	background: #EFEDED;
	border: solid;
	border-color: black;
	border-width: 1px;
	margin: 5px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
}

.PhotoLink {
	color: #000000;
}

.PhotoLink:Hover {
	color: #000000;
}

.CommentTitle {
	color: black;
	font-weight: bold;
}

.CommentAuthor {
	color: black;
}

.GuestBookTable {
	color: red;
}

Input, Textarea, Select {
	border-width: 1px;
	border-color: #000080;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
