/* ===============
    Portal STYLES
   ===============
*/   


/* Contact Form */

table.contactform
{
	margin: 0;
}

table.contactform td
{
	text-align: left;
	padding-top: 6px;
}

.contactform_label
{
	color: #036;
	font-weight: normal;
}

.contactform_textbox
{
	background-color: #fffff0;
}

/* Links list */
.linkslist
{
	padding-bottom: 20px;
}

.linkslist .title
{
	font-weight: bold;
}

.linkslist .link a:link, .linkslist .link a:visited
{
	text-decoration: underline;
}

.linkslist .link a:hover
{
	text-decoration: none;
}

/* Quotes list */

.quoteslist .quote
{
	font-weight: normal;
}

.quoteslist .author
{
	font-weight: bold;
}

.quoteslist .position
{
	font-style: italic;
}
