@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html,input,textarea,select {
	font-family: "Georgia", "Times New Roman", "verdana", "sans-serif";
	font-size: 12px;
	color: #000;
}

h1,h2,h3 {
	margin: 0; padding: 1em 0 0 0;
	font-size: 24px;
	font-weight: normal;
	color: #b21b1d;
}

h2,h3 {
	font-size: 19px; padding-top: 1em;
	font-weight: normal;
	color: #b21b1d; /* red */
}

h3 {
	margin: 0; padding: 0;
	font-size: 16px; color: rgb(100,100,100);
	font-weight: normal;
}

a {
	color: #b21b1d; /* red */
  text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p,ul, ol, address,table,form {
	margin: 0.5em 0;
	line-height: 1.5em;
}
#address{
	color: rgb(120,120,120);
}

ul, ol, table, form{
	padding-left: 0em; margin: 1em 0;
}

li {
	list-style: square;
	margin: 0.3em 0;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.8em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	font-size: 0.8em;
	color: rgb(128, 0, 0);
}

ins {
	color: rgb(0, 128, 0);
}

/* imgs */
img {
	border: none;
}

div.photo img {
	background: #FFF;
	padding: 5px;
	border: 1px solid #C0C0C0;
}

div.border img {
	border: 1px solid rgb(150, 150, 150);
}

/* tables */
table {
	border-collapse: collapse; border-spacing: 0;	border: none;
	font-size: 1em; margin: 1em 0; width: 100%;
}

th,td {
	padding: 0.3em 1em;
	text-align: left; color: #000;
}
thead{ 
	border: 1px solid #e3e3e3;
	border-bottom: none;
}
tbody{
	border: 1px solid #f0f0f0;
	border-top: none;
}
th{
	color: #696969; /* gray */
	background: #f0f0f0; /* light gray */
}
tr.odd {
	background: #fff;
}

tr.even {
	background: #fffaf6;
}
th.right, td.right{
  text-align: right;
}
th.center, td.center{
  text-align: center;
}

/* other */
.dummy {
	clear: both;
}

p.message, p.successful {
	padding: 0.5em;
	margin: 1em 0;
	border: 2px solid rgb(100, 100, 100);
	color: rgb(80, 80, 80); /* gray */
  background: #f0f0f0; /* light gray */
}
p.successful{
  background: #d9ffda;
  border-color: #009504;
}
p.error{
  background: rgb(250,200,200);
  border-color: rgb(200,0,0);
  color: #000;
}

#content li {
	list-style: none; padding: 0 0 0 20px;
    background: url("../images/li.gif") 3px 6px no-repeat;
	line-height: 18px;
	list-style: none;
	margin-left: none;
	padding-left: 15px;
}

div.submit input{
	height: 26px; line-height: 26px; text-align: center;
	width: 135px; padding: 0;
	background: url("../images/input.button.gif") top left no-repeat #b42427;
	color: #FFF; font-weight: bold;
	border: none;
	cursor: pointer;
}

