/* DEFAULT FONT */

.content,
.content p, 
.content td, 
.content th {
}

/* FONTS */
.content h1 { 
} 
.content h2 { 
} 
.content h3 { 
} 
.content h4 { 
} 
.content h5 { 
} 
.content h6 { 
} 

/* LINKS */

.content a:link,
.content a:visited,
.content a:hover,
.content a:active {
}

/* HR */

.content hr {
}

/* LISTS */

.content ul {
}

.content ol {
}

.content li {
}

/* FORMS */

.content form {
	margin:0px;
	padding:0px;
}
.content input {
	border:1px solid #999;
	margin-bottom:10px;
	height:20px;
}
.content textarea {
	height:90px;
	border:1px solid #999;
}
.content select {
	border:1px solid #999;
}
input.file {
	border:1px solid #999;
}
.content .submit {
	width:auto;
	background-color:#558a97;
	color:#fff;
	width:150px;
	height:30px;
	padding:0px 10px;
	border:2px solid #617278;
	cursor:pointer;
}

.content form table {
	width:100%;
}
.content form table tr td	 {
}
.content form table tr td:first-child {
	width:120px;
}