<style>
	body, td, p, a {
		font-family: <%=FontText%>;
		font-size: <%=ContentSizeText%>;
        color: #000000;
        text-decoration: none;
	}

    a {
		font-weight:<%=ContentWeightText%>;
		font-size: <%=ContentSizeText%>;
    }

    a.home {
        color: <%=ContentColorText%>;
    }

    .copyright {
		font-family: <%=FontText%>;
		font-size: 10px;
        color: #000000;
    }
	
	.text{
		FONT-SIZE: <%=ContentSizeText%>px;
		COLOR: <%=ContentColorText%>;
		FONT-FAMILY: <%=sContentFontText%>;
	}
	
    .box {
		font-family: <%=FontText%>;
		font-weight: <%=BoxWeightText%>;
		font-size: <%=BoxSizeText%>;
        color: #000000;
    }
    
    A.menu_button:link {
		font-family: <%=FontText%>;
		font-size: <%=MenuSizeText%>;
        color: <%=ContentColorText%>;
		font-weight: <%=MenuWeightText%>
	}
	A.menu_button:visited {

        color: <%=ContentColorText%>;
	}
	A.menu_button:hover {

        color: <%=ContentColorText%>;
	}
	A.menu_button:active {

        color: <%=ContentColorText%>;
	}
    
    td.menu_button {
		font-size: <%=MenuSizeText%>;
		font-weight:<%=MenuWeightText%>;
        color: <%=ContentColorText%>;
        padding-left: 7px;
        background-color: <%=ContentColor%>;
        border-bottom:1px solid <%=ContentColorText%>;
    }

    td.menu_button_last {
		font-size: <%=MenuSizeText%>;
		font-weight:<%=MenuWeightText%>;
        color: <%=ContentColorText%>;
        padding-left: 7px;
        background-color: <%=ContentColor%>;
    }

    td.top_button {
		font-size: <%=HeaderSizeText%>;
		font-weight:<%=HeaderWeightText%>;
		color: <%=HeaderColorText%>;
        padding-left: 3px;
        background-image: url('../images/menu_tc.gif');
    }
    
    td.more {
        text-align: right;
		font-weight:<%=HeaderWeightText%>;
        width: 35px;
        padding-right: 3px;
        background-image: url('../images/menu_tc.gif');
    }

	a.Menu {
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}
	
	.iframe {
		FONT-SIZE: <%=aiframe.item("TextFontSize")%>px;
		COLOR: <%=ContentColorText%>;
		FONT-FAMILY: <%=ContentFontText%>;
		font-weight: <%=aiframe.item("TextFontWeight")%>
	}
	.iframe:hover {
		COLOR:<%=ContentColorTextOver%> ;
		TEXT-DECORATION: <%=aiframe.item("TextFontDecoOver")%> ;
	}
</style>
