/* 
    Document   : default
    Created on : 2008-okt-01, 14:28:45
    Author     : Daniel Jernström
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

a{
	text-decoration: none;
	background-color: transparent;
	color: #c2c2c2;
}
a:active{ color: #000000; text-decoration: none; background-color: transparent }
a:link{ text-decoration: none; background-color: transparent }
a:visited{ text-decoration: none; background-color: transparent }
body{ background-color: #FFFFFF; top: 0px; left: 0px }
td{
	color: #333333;
	font-size: 13px;
	font-family: "Courier New", Courier, mono;
	line-height: 16px;
}

.buttonimg {
    text-decoration: none; background-color: transparent;
}
.title {
	color: #c2c2c2;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	font-family: "Courier New", Courier, mono;
}
a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
}
.PortfolioTitle {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
}
.ActivePage {
	color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
}
.title2 {
	color: #c2c2c2;
	font-weight: 300;
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
	line-height: 16px;
}
select {
	background-color: #00CCFF;
}
.infotext {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	font-style: normal;
        text-decoration: none; 
        background-color: transparent;

}
.infotextItalic {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	font-style: italic;
        text-decoration: none; 
        background-color: transparent;

}
.ActivePage2 {
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	background-color: #000000;
}
.blackbg {
	background-color: #000000;
}
.copyright {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 12px;
	color: #999999;
	font-style: normal;
}
