html {
	background-color: #FFF;
}

body {
	font-family:tahoma, verdana, arial, sans-serif;
}

* {
	margin: 0em;
	padding: 0em;
}

/*img, div { behavior: url(/static/iepngfix.htc); }*/

a {
	outline: none;
    color: #000;
    /*border-bottom: 2px dashed #fffc00;*/
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    border-bottom: 2px solid #fffc00;
    font-weight: bold;
}

table {
	border-spacing: 0em 0em;
	border-collapse: collapse;
}

select {
	width: 11.5em;
	margin-top: 0.5em;
	border: 0em;
    border: 1px solid #666666;
}

input {
	width: 11.5em;
    /*border: 1px solid #666666;*/
}

ul {
	padding-left: 3em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

li {
	padding-top: 0.25em;
}

p {
    margin-top: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

th {
    font-weight: normal;
}

a img {
    border: 0;
}

.register_buyer input {
	width: 11.5em;
    border: 1px solid #666666;
    margin-top: 0.25em;
}

.register_buyer textarea {
    border: 1px solid #666666;
    margin-top: 0.25em;
}

.submit_button {
	margin-top: 0.75em;
	margin-bottom: 0em;	
	width: 11.5em;
    height: 2em;
}

.big_input input{
	width: 12em;
}

.centered {
	text-align: center;
}

.justified_text {
	text-align: justify;
}

.justified_p {
	text-align: justify;
}

.left_p {
	text-align: left;
}

.left_text {
	text-align: left;
}

.right_text {
	text-align: right;
}
.xsmall_text {
	font-size: 65%;
}

.xsmall_text_bold {
	font-size: 65%;
    font-weight: bold;
}

.small_text {
	font-size: 70%;
}

.small_text_bold {
	font-size: 70%;
    font-weight: bold;
}

.medium_text {
	font-size: 75%;
}

.medium_text_bold {
	font-size: 75%;
    font-weight: bold;
}

.regular_text {
    font-size: 80%;
}

.regular_text_bold {
    font-size: 80%;
    font-weight: bold;
}

.large_text {
    font-size: 90%;
}

.large_text_bold {
    font-size: 90%;
    font-weight: bold;
}

.clear {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	margin:0;
	padding:0;
	border:none;
	content:".";
	min-height:0;
	max-height:0;
	background-color: transparent;
}

