﻿@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	margin:0px;
	padding:0px;
}
blockquote {	
	margin:0px;
	margin-left:40px;
	padding:0px;
}
a:link {
	color:#000000;
}
a:hover {
	color:#ff0000;
	text-decoration:none;
}
a:visited {
	color:#000000;
}
a:visited:hover{
	color:#ff0000;
	text-decoration:none;
}
.footer {
	font-size:9px;
	color:#666666;
}
.date {
	color:#ff0000;
	font-weight:bold;
}
.redtext{
	color:#ff0000;
}
.aboutustext {
	font-size:14px;
	text-align:justify;
}
.aboutustext2 {
	font-size:14px;
	font-weight:bold;	
}
.footer2 {
	font-size:11px;
	font-weight:100;
	color:#666666;
}
.textfieled {
	width:170px;
	border: 1px solid #666666;
	font-size:10px;
	color:#666666;
	height:15px;
}
.textarea {
	width:170px;
	border: 1px solid #666666;
	font-size:10px;
	color:#666666;
	height:120px;
}
.galleryborder {
	border:1px #000000 solid;
}