/* 
	WOMEN IN LOGISTICS
*/

/* Main Page */

body {
	background : #C3AE9C;
	background-image : url(../images/background_tile.gif);
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	font-size: 12px;
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

td,font {
	font-size: 12px;
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.mainTbl {
	background : #FFFFFF;
	border : #963129 3px solid;
	width : 768px;
}

.newsBg {
	font-size : 12px;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	background : #77120A;
	background-image : url(../images/home_newsbg.gif);
	background-repeat : no-repeat;
	background-position : right;
}

.freeinfoBg {
	font-size : 12px;
	color : #714132;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	background : #B44F47;
	background-image : url(../images/home_freeinfobg.gif);
	background-repeat : repeat-x;
}

/* Font Styles */

.copy8 {
	font-size: 8px;
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.copy9 {
	font-size: 9px;
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.copy10 {
	font-size: 10px;
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.copy11 {
	font-size: 11px;
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.copy14 {
	font-size: 14px;
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.copy14b {
	font-size: 14px;
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.sub_ttl10 {
	font-size: 10px;
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.sub_ttl12 {
	font-size: 12px;
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.sub_ttl {
	font-size: 18px;
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.sponsorTitles {
	font-size: 14px;
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style : italic;
	text-decoration: none;
}

.eventTitles {
	font-size: 13px;
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style : italic;
	text-decoration: none;
}

.sponsorThanks {
	font-size: 15px;
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style : italic;
	text-decoration: none;
}

.uLine {
    text-decoration : underline;
}

/* Link Styles */

a, a:link, a:visited {
    font-size : 12px;
    color : #003366;
    font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
    text-decoration : underline;
    font-weight : normal;
}

a:hover {
    color : #336699;
    text-decoration : underline;
    font-weight : normal;
}

a.newsLinks, a.newsLinks:link, a.newsLinks:visited {
    font-size : 12px;
    color : #330000;
    font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
    text-decoration : underline;
    font-weight : normal;
}

a.newsLinks:hover {
    color : #660000;
    text-decoration : underline;
    font-weight : normal;
}

a.freeinfoLinks, a.freeinfoLinks:link, a.freeinfoLinks:visited {
    font-size : 12px;
    color : #714132;
    font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
    text-decoration : underline;
    font-weight : normal;
}

a.freeinfoLinks:hover {
    color : #660000;
    text-decoration : underline;
    font-weight : normal;
}

a.navLinks, a.navLinks:link, a.navLinks:visited {
    font-size : 12px;
    color : #330000;
    font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
    text-decoration : none;
    font-weight : bold;
}

a.navLinks:hover {
    color : #660000;
    text-decoration : none;
    font-weight : bold;
}

a.taskLinks, a.taskLinks:link, a.taskLinks:visited {
    font-size : 11px;
    color : #003366;
    font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
    text-decoration : underline;
    font-weight : normal;
}

a.taskLinks:hover {
    color : #336699;
    text-decoration : underline;
    font-weight : normal;
}

/* Misc Styles */

.photoBorder {
	border : #993333 1px solid;
}

.noteTblDash {
	border : #663333 2px dashed;
}

.noteTblSolid {
	border : #663333 2px solid;
}

.alignright {
	float : right;
	clear : right;
	margin : 5px 10px 5px 10px;
	padding : 0px;
	border : #993333 1px solid;
}

.alignleft {
	float : left;
	clear : left;
	margin : 5px 10px 5px 10px;
	padding : 0px;
	border : #993333 1px solid;
}